Module openj9.dtfj

Class EnvironmentTagParser

java.lang.Object
com.ibm.dtfj.javacore.parser.framework.tag.TagParser
com.ibm.dtfj.javacore.parser.j9.section.environment.EnvironmentTagParser
All Implemented Interfaces:
ITagParser, IEnvironmentTypes

public class EnvironmentTagParser extends TagParser implements IEnvironmentTypes
Parser rules for lines in the environment (CI) section in the javacore
  • Constructor Details

    • EnvironmentTagParser

      public EnvironmentTagParser()
  • 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