Module openj9.dtfj

Class PointerSizeLineRule

java.lang.Object
com.ibm.dtfj.javacore.parser.framework.tag.LineRule
com.ibm.dtfj.javacore.parser.j9.section.common.PointerSizeLineRule
All Implemented Interfaces:
ILineRule

public class PointerSizeLineRule extends LineRule
Retrieves the pointer size from a line containing OS and JVM information.
  • Constructor Details

    • PointerSizeLineRule

      public PointerSizeLineRule()
  • Method Details

    • processLine

      public void processLine(String source, int startingOffset)
      Description copied from class: LineRule
      Must be implemented by the subtype. It gets called internally by the parser framework, so the user need not worry about calling this explicitly.
      Specified by:
      processLine in class LineRule
      Parameters:
      source - to be parsed.