Uses of Class
org.antlr.v4.runtime.atn.LexerActionExecutor
Packages that use LexerActionExecutor
-
Uses of LexerActionExecutor in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as LexerActionExecutorModifier and TypeFieldDescriptionprivate final LexerActionExecutor
LexerATNConfig.lexerActionExecutor
This is the backing field forLexerATNConfig.getLexerActionExecutor()
.Methods in org.antlr.v4.runtime.atn that return LexerActionExecutorModifier and TypeMethodDescriptionstatic LexerActionExecutor
LexerActionExecutor.append
(LexerActionExecutor lexerActionExecutor, LexerAction lexerAction) Creates aLexerActionExecutor
which executes the actions for the inputlexerActionExecutor
followed by a specifiedlexerAction
.LexerActionExecutor.fixOffsetBeforeMatch
(int offset) Creates aLexerActionExecutor
which encodes the current offset for position-dependent lexer actions.final 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 LexerActionExecutorModifier and TypeMethodDescriptionprotected 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 LexerActionExecutorModifierConstructorDescriptionLexerATNConfig
(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