Module openj9.dtfj

Class NativeStackTraceLineRule

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

public class NativeStackTraceLineRule extends LineRule implements IThreadTypes
  • Constructor Details

    • NativeStackTraceLineRule

      public NativeStackTraceLineRule()
  • Method Details

    • processLine

      protected 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.