Package | Description |
---|---|
org.antlr.v4.runtime.atn | |
org.antlr.v4.runtime.dfa |
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. |
LexerActionExecutor |
LexerATNConfig.getLexerActionExecutor()
Gets the
LexerActionExecutor capable of executing the embedded
action(s) for the current configuration. |
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–2020 ANTLR. All rights reserved.