| Package | Description |
|---|---|
| org.antlr.v4.runtime.atn | |
| org.antlr.v4.runtime.dfa |
| Modifier and Type | Field and Description |
|---|---|
LexerActionExecutor |
LexerATNConfig.lexerActionExecutor
Capture lexer actions we traverse.
|
| Modifier and Type | Method and Description |
|---|---|
static LexerActionExecutor |
LexerActionExecutor.append(LexerActionExecutor lexerActionExecutor,
LexerAction lexerAction)
Creates a
LexerActionExecutor which executes the actions for
the input lexerActionExecutor followed by a specified
lexerAction. |
LexerActionExecutor |
LexerActionExecutor.fixOffsetBeforeMatch(int offset)
Creates a
LexerActionExecutor which encodes the current offset
for position-dependent lexer actions. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LexerATNSimulator.accept(CharStream input,
LexerActionExecutor lexerActionExecutor,
int startIndex,
int index,
int line,
int charPos) |
static LexerActionExecutor |
LexerActionExecutor.append(LexerActionExecutor lexerActionExecutor,
LexerAction lexerAction)
Creates a
LexerActionExecutor which executes the actions for
the input lexerActionExecutor followed by a specified
lexerAction. |
| Constructor and Description |
|---|
LexerATNConfig(ATNState state,
int alt,
PredictionContext context,
LexerActionExecutor lexerActionExecutor) |
LexerATNConfig(LexerATNConfig c,
ATNState state,
LexerActionExecutor lexerActionExecutor) |
| Modifier and Type | Field and Description |
|---|---|
LexerActionExecutor |
DFAState.lexerActionExecutor |
Copyright © 1992–2014 ANTLR. All rights reserved.