Uses of Class
org.antlr.v4.runtime.atn.LexerActionExecutor
-
Packages that use LexerActionExecutor Package Description org.antlr.v4.runtime.atn org.antlr.v4.runtime.dfa -
-
Uses of LexerActionExecutor in org.antlr.v4.runtime.atn
Methods in org.antlr.v4.runtime.atn that return LexerActionExecutor Modifier and Type Method Description static LexerActionExecutor
LexerActionExecutor. append(LexerActionExecutor lexerActionExecutor, LexerAction lexerAction)
Creates aLexerActionExecutor
which executes the actions for the inputlexerActionExecutor
followed by a specifiedlexerAction
.LexerActionExecutor
LexerActionExecutor. fixOffsetBeforeMatch(int offset)
Creates aLexerActionExecutor
which encodes the current offset for position-dependent lexer actions.LexerActionExecutor
LexerATNConfig. getLexerActionExecutor()
Gets theLexerActionExecutor
capable of executing the embedded action(s) for the current configuration.Methods in org.antlr.v4.runtime.atn with parameters of type LexerActionExecutor Modifier and Type Method 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 aLexerActionExecutor
which executes the actions for the inputlexerActionExecutor
followed by a specifiedlexerAction
.Constructors in org.antlr.v4.runtime.atn with parameters of type LexerActionExecutor Constructor Description LexerATNConfig(ATNState state, int alt, PredictionContext context, LexerActionExecutor lexerActionExecutor)
LexerATNConfig(LexerATNConfig c, ATNState state, LexerActionExecutor lexerActionExecutor)
-
Uses of LexerActionExecutor in org.antlr.v4.runtime.dfa
Fields in org.antlr.v4.runtime.dfa declared as LexerActionExecutor Modifier and Type Field Description LexerActionExecutor
DFAState. lexerActionExecutor
-