Interface LexerPosition

All Known Implementing Classes:
LookAheadLexer.LookAheadLexerPosition

public interface LexerPosition
Specifies the state and position of a lexer.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the current offset of the lexer.
    int
     
  • Method Details

    • getOffset

      int getOffset()
      Returns the current offset of the lexer.
      Returns:
      the lexer offset
    • getState

      int getState()