Module openj9.dtfj

Class StackTraceLineRule

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

public class StackTraceLineRule extends LineRule
  • Constructor Details

    • StackTraceLineRule

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