public class LexerATNConfig extends ATNConfig
| Modifier and Type | Field and Description |
|---|---|
LexerActionExecutor |
lexerActionExecutor
Capture lexer actions we traverse.
|
alt, context, reachesIntoOuterContext, semanticContext, state| Constructor and Description |
|---|
LexerATNConfig(ATNState state,
int alt,
PredictionContext context) |
LexerATNConfig(ATNState state,
int alt,
PredictionContext context,
LexerActionExecutor lexerActionExecutor) |
LexerATNConfig(LexerATNConfig c,
ATNState state) |
LexerATNConfig(LexerATNConfig c,
ATNState state,
LexerActionExecutor lexerActionExecutor) |
LexerATNConfig(LexerATNConfig c,
ATNState state,
PredictionContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(ATNConfig other) |
int |
hashCode() |
boolean |
hasPassedThroughNonGreedyDecision() |
public LexerActionExecutor lexerActionExecutor
public LexerATNConfig(@NotNull ATNState state, int alt, @Nullable PredictionContext context)
public LexerATNConfig(@NotNull ATNState state, int alt, @Nullable PredictionContext context, LexerActionExecutor lexerActionExecutor)
public LexerATNConfig(@NotNull LexerATNConfig c, @NotNull ATNState state)
public LexerATNConfig(@NotNull LexerATNConfig c, @NotNull ATNState state, LexerActionExecutor lexerActionExecutor)
public LexerATNConfig(@NotNull LexerATNConfig c, @NotNull ATNState state, @Nullable PredictionContext context)
Copyright © 1992–2014 ANTLR. All rights reserved.