Package | Description |
---|---|
org.antlr.v4.runtime.atn |
Modifier and Type | Method | Description |
---|---|---|
protected LexerATNConfig |
LexerATNSimulator.getEpsilonTarget(CharStream input,
LexerATNConfig config,
Transition t,
ATNConfigSet configs,
boolean speculative,
boolean treatEofAsEpsilon) |
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) |
Constructor | Description |
---|---|
LexerATNConfig(LexerATNConfig c,
ATNState state) |
|
LexerATNConfig(LexerATNConfig c,
ATNState state,
LexerActionExecutor lexerActionExecutor) |
|
LexerATNConfig(LexerATNConfig c,
ATNState state,
PredictionContext context) |
Copyright © 1992–2019 ANTLR. All rights reserved.