Class NativeMemorySectionParser
java.lang.Object
com.ibm.dtfj.javacore.parser.j9.SectionParserGrammar
com.ibm.dtfj.javacore.parser.j9.SectionParser
com.ibm.dtfj.javacore.parser.j9.section.nativememory.NativeMemorySectionParser
- All Implemented Interfaces:
ISectionParser, ICommonTypes, INativeMemoryTypes
-
Field Summary
Fields declared in class SectionParser
fImageBuilder, LOOKAHEAD_DEPTHFields declared in class SectionParserGrammar
anyMatched, DEFAULT_DEPTH, fLookAheadBuffer, FORCE_THROW, fSectionName, fTagManager, fTagParserFields declared in interface ICommonTypes
BUILD_INFO, COMMON, JIT_BUILD_VERSION, JIT_PRESENT, JRE_NAME, JRE_VERSION, NULL, POINTER_SIZE, SECTION, UNAVAILABLE_DATA, VM_VERSIONFields declared in interface INativeMemoryTypes
A_DEEP_ALLOCATIONS, A_DEEP_BYTES, A_DEPTH, A_NAME, NATIVEMEM_SECTION, OTHER_CATEGORY, T_0MEMUSER, T_1MEMUSER, T_2MEMUSER, T_3MEMUSER, T_4MEMUSER, T_5MEMUSER, T_6MEMUSER, T_MEMUSERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsovOnlyRules(String startingTag) protected voidMust be implemented by subclass.Methods declared in class SectionParser
addAsProperty, readIntoDTFJMethods 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, setTagManager
-
Constructor Details
-
NativeMemorySectionParser
public NativeMemorySectionParser()
-
-
Method Details
-
sovOnlyRules
- Specified by:
sovOnlyRulesin classSectionParser- Parameters:
startingTag-- Throws:
ParserException
-
topLevelRule
Description copied from class:SectionParserMust be implemented by subclass.- Specified by:
topLevelRulein classSectionParser- Throws:
ParserException
-