Class SovereignSectionParserPart
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
- 
Field Summary
Fields declared in class SectionParserGrammar
anyMatched, DEFAULT_DEPTH, fLookAheadBuffer, FORCE_THROW, fSectionName, fTagManager, fTagParser - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract voidcomputeSovRule(String sovRuleID, ILookAheadBuffer lookAheadBuffer) Methods declared in class SectionParserGrammar
anyMatched, consume, getCurrentFileLineNumber, getErrors, getLineRuleResults, getLookAheadBuffer, getSectionName, handleError, handleError, handleError, handleError, handleError, handleErrorAtLineNumber, handleRequiredMismatch, handleUnknownMismatch, isValidJavaCoreTag, isValidSectionTag, lookAhead, match, matchOptional, matchRequired, processTagLineOptional, processTagLineRequired, setLookAheadBuffer, setLookAheadBuffer, setTagManagerMethods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface ISectionParser
readIntoDTFJ 
- 
Constructor Details
- 
SovereignSectionParserPart
 
 - 
 - 
Method Details
- 
computeSovRule
public abstract void computeSovRule(String sovRuleID, ILookAheadBuffer lookAheadBuffer) throws ParserException - Throws:
 ParserException
 
 -