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 LexerActionExecutorLexerActionExecutor. append(LexerActionExecutor lexerActionExecutor, LexerAction lexerAction)Creates aLexerActionExecutorwhich executes the actions for the inputlexerActionExecutorfollowed by a specifiedlexerAction.LexerActionExecutorLexerActionExecutor. fixOffsetBeforeMatch(int offset)Creates aLexerActionExecutorwhich encodes the current offset for position-dependent lexer actions.LexerActionExecutorLexerATNConfig. getLexerActionExecutor()Gets theLexerActionExecutorcapable 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 voidLexerATNSimulator. accept(CharStream input, LexerActionExecutor lexerActionExecutor, int startIndex, int index, int line, int charPos)static LexerActionExecutorLexerActionExecutor. append(LexerActionExecutor lexerActionExecutor, LexerAction lexerAction)Creates aLexerActionExecutorwhich executes the actions for the inputlexerActionExecutorfollowed 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 LexerActionExecutorDFAState. lexerActionExecutor
-