Package | Description |
---|---|
org.antlr.v4.runtime.atn |
Modifier and Type | Method and Description |
---|---|
protected LexerATNConfig |
LexerATNSimulator.getEpsilonTarget(CharStream input,
LexerATNConfig config,
Transition t,
ATNConfigSet configs,
boolean speculative) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LexerATNSimulator.closure(CharStream input,
LexerATNConfig config,
ATNConfigSet configs,
boolean currentAltReachedAcceptState,
boolean speculative)
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) |
Constructor and Description |
---|
LexerATNConfig(LexerATNConfig c,
ATNState state) |
LexerATNConfig(LexerATNConfig c,
ATNState state,
int actionIndex) |
LexerATNConfig(LexerATNConfig c,
ATNState state,
PredictionContext context) |
Copyright © 1992-2013 ANTLR. All Rights Reserved.