Module openj9.dtfj

Class JavaCoreScanner

java.lang.Object
com.ibm.dtfj.javacore.parser.framework.scanner.JavaCoreScanner
All Implemented Interfaces:
IScanner

public class JavaCoreScanner extends Object implements IScanner
  • Constructor Details

  • Method Details

    • next

      public IParserToken next() throws IOException, ScannerException
      Description copied from interface: IScanner
      Each call to next returns a new token,
      Specified by:
      next in interface IScanner
      Returns:
      next token to be scanned, or null all tokens generated
      Throws:
      ScannerException
      IOException
    • allTokensGenerated

      public boolean allTokensGenerated()
      Specified by:
      allTokensGenerated in interface IScanner
    • setMaximumLineLength

      public void setMaximumLineLength(int maxLength)
      Parameters:
      maxLength -
    • getMaximumLineLength

      public int getMaximumLineLength()
      Returns: