Uses of Class
org.antlr.v4.runtime.atn.LexerATNConfig
Packages that use LexerATNConfig
-
Uses of LexerATNConfig in org.antlr.v4.runtime.atn
Methods in org.antlr.v4.runtime.atn that return LexerATNConfigModifier and TypeMethodDescriptionprotected LexerATNConfigLexerATNSimulator.getEpsilonTarget(CharStream input, LexerATNConfig config, Transition t, ATNConfigSet configs, boolean speculative, boolean treatEofAsEpsilon) Methods in org.antlr.v4.runtime.atn with parameters of type LexerATNConfigModifier and TypeMethodDescriptionprivate static booleanLexerATNConfig.checkNonGreedyDecision(LexerATNConfig source, ATNState target) protected booleanLexerATNSimulator.closure(CharStream input, LexerATNConfig config, ATNConfigSet configs, boolean currentAltReachedAcceptState, boolean speculative, boolean treatEofAsEpsilon) Since the alternatives within any lexer decision are ordered by preference, this method stops pursuing the closure as soon as an accept state is reached.protected LexerATNConfigLexerATNSimulator.getEpsilonTarget(CharStream input, LexerATNConfig config, Transition t, ATNConfigSet configs, boolean speculative, boolean treatEofAsEpsilon) Constructors in org.antlr.v4.runtime.atn with parameters of type LexerATNConfigModifierConstructorDescriptionLexerATNConfig(LexerATNConfig c, ATNState state) LexerATNConfig(LexerATNConfig c, ATNState state, LexerActionExecutor lexerActionExecutor) LexerATNConfig(LexerATNConfig c, ATNState state, PredictionContext context)