Uses of Class
org.antlr.v4.runtime.atn.LexerATNConfig
-
Packages that use LexerATNConfig Package Description org.antlr.v4.runtime.atn -
-
Uses of LexerATNConfig in org.antlr.v4.runtime.atn
Methods in org.antlr.v4.runtime.atn that return LexerATNConfig Modifier and Type Method Description protected LexerATNConfig
LexerATNSimulator. getEpsilonTarget(CharStream input, LexerATNConfig config, Transition t, ATNConfigSet configs, boolean speculative, boolean treatEofAsEpsilon)
Methods in org.antlr.v4.runtime.atn with parameters of type LexerATNConfig Modifier and Type Method Description protected boolean
LexerATNSimulator. 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 LexerATNConfig
LexerATNSimulator. getEpsilonTarget(CharStream input, LexerATNConfig config, Transition t, ATNConfigSet configs, boolean speculative, boolean treatEofAsEpsilon)
Constructors in org.antlr.v4.runtime.atn with parameters of type LexerATNConfig Constructor Description LexerATNConfig(LexerATNConfig c, ATNState state)
LexerATNConfig(LexerATNConfig c, ATNState state, LexerActionExecutor lexerActionExecutor)
LexerATNConfig(LexerATNConfig c, ATNState state, PredictionContext context)
-