- java.lang.Object
-
- com.ibm.dtfj.javacore.parser.j9.SectionParserGrammar
-
- com.ibm.dtfj.javacore.parser.j9.SovereignSectionParserPart
-
- All Implemented Interfaces:
ISectionParser
- Direct Known Subclasses:
MonitorSovSectionParserPart
,ThreadSovSectionParserPart
public abstract class SovereignSectionParserPart extends SectionParserGrammar
-
-
Field Summary
-
Fields declared in class com.ibm.dtfj.javacore.parser.j9.SectionParserGrammar
anyMatched, DEFAULT_DEPTH, fLookAheadBuffer, FORCE_THROW, fSectionName, fTagManager, fTagParser
-
-
Constructor Summary
Constructors Constructor Description SovereignSectionParserPart(String sectionName)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
computeSovRule(String sovRuleID, ILookAheadBuffer lookAheadBuffer)
-
Methods declared in class com.ibm.dtfj.javacore.parser.j9.SectionParserGrammar
consume, getCurrentFileLineNumber, getErrors, getLineRuleResults, getLookAheadBuffer, handleError, handleError, handleError, handleError, handleError, handleErrorAtLineNumber, handleRequiredMismatch, handleUnknownMismatch, isValidJavaCoreTag, isValidSectionTag, lookAhead, match, matchOptional, matchRequired, processTagLineOptional, processTagLineRequired, setLookAheadBuffer, setLookAheadBuffer, setTagManager
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.javacore.parser.framework.parser.ISectionParser
anyMatched, getSectionName, readIntoDTFJ
-
-
-
-
Constructor Detail
-
SovereignSectionParserPart
public SovereignSectionParserPart(String sectionName)
-
-
Method Detail
-
computeSovRule
public abstract void computeSovRule(String sovRuleID, ILookAheadBuffer lookAheadBuffer) throws ParserException
- Throws:
ParserException
-
-