Module openj9.dtfj

Interface IParserToken

All Known Implementing Classes:
ParserToken

public interface IParserToken
Atomic unit for the parsing procedure. Usually generated by the scanner into a lookahead buffer, and then consumed at a higher level by the section parser.
  • Method Details

    • getType

      String getType()
      Usually the attribute name of data (e.g., "tid", "className", etc..)
      Returns:
      type
    • getValue

      String getValue()
    • getOffset

      int getOffset()
    • getLength

      int getLength()
    • getLineNumber

      int getLineNumber()