protected static class LookAheadLexer.LookAheadLexerPosition extends java.lang.Object implements LexerPosition
| Constructor and Description |
|---|
LookAheadLexerPosition(LookAheadLexer lookAheadLexer,
ImmutableUserMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableUserMap |
getCustomMap() |
int |
getOffset()
Returns the current offset of the lexer.
|
int |
getState() |
public LookAheadLexerPosition(LookAheadLexer lookAheadLexer, ImmutableUserMap map)
public ImmutableUserMap getCustomMap()
public int getOffset()
LexerPositiongetOffset in interface LexerPositionpublic int getState()
getState in interface LexerPosition