Module openj9.dtfj

Class StackTagParser

java.lang.Object
com.ibm.dtfj.javacore.parser.framework.tag.TagParser
com.ibm.dtfj.javacore.parser.j9.section.stack.StackTagParser
All Implemented Interfaces:
ITagParser, IStackTypes

public class StackTagParser extends TagParser implements IStackTypes
Parser rules for lines in the (native) stack section in the javacore
  • Constructor Details

    • StackTagParser

      public StackTagParser()
  • Method Details

    • initTagAttributeRules

      protected void initTagAttributeRules()
      Initialize parser with rules for lines in the environment (CI) section in the javacore
      Specified by:
      initTagAttributeRules in class TagParser