Home
last modified time | relevance | path

Searched refs:mCurrentParser (Results 1 – 1 of 1) sorted by relevance

/tools/loganalysis/src/com/android/loganalysis/parser/
DAbstractSectionParser.java37 private IParser mCurrentParser = new NoopParser(); field in AbstractSectionParser
68 if (mCurrentParser != null) { in parseLine()
75 mCurrentParser = nextParser; in parseLine()
102 mCurrentParser = parser; in setParser()
115 if (mCurrentParser != null) { in runCurrentParser()
116 IItem item = mCurrentParser.parse(mParseBlock); in runCurrentParser()
117 if (item != null && !(mCurrentParser instanceof NoopParser)) { in runCurrentParser()
118 mSections.put(mCurrentParser, item); in runCurrentParser()