Uses of Class
org.antlr.v4.runtime.atn.LexerActionExecutor
Packages that use LexerActionExecutor
-
Uses of LexerActionExecutor in org.antlr.v4.runtime.atn
Methods in org.antlr.v4.runtime.atn that return LexerActionExecutorModifier and TypeMethodDescriptionstatic LexerActionExecutorLexerActionExecutor.append(LexerActionExecutor lexerActionExecutor, LexerAction lexerAction) Creates aLexerActionExecutorwhich executes the actions for the inputlexerActionExecutorfollowed by a specifiedlexerAction.LexerActionExecutor.fixOffsetBeforeMatch(int offset) Creates aLexerActionExecutorwhich encodes the current offset for position-dependent lexer actions.final 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 LexerActionExecutorModifier and TypeMethodDescriptionprotected 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 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