- All Known Implementing Classes:
LookAheadLexer.LookAheadLexerPosition
public interface LexerPosition
Specifies the state and position of a lexer.
-
Method Summary
-
Method Details
-
getOffset
int getOffset()Returns the current offset of the lexer.- Returns:
- the lexer offset
-
getState
int getState()
-