public class LexerATNConfig extends ATNConfig
Modifier and Type | Field and Description |
---|---|
int |
lexerActionIndex
Capture lexer action we traverse
|
alt, context, reachesIntoOuterContext, semanticContext, state
Constructor and Description |
---|
LexerATNConfig(ATNState state,
int alt,
PredictionContext context) |
LexerATNConfig(ATNState state,
int alt,
PredictionContext context,
int actionIndex) |
LexerATNConfig(LexerATNConfig c,
ATNState state) |
LexerATNConfig(LexerATNConfig c,
ATNState state,
int actionIndex) |
LexerATNConfig(LexerATNConfig c,
ATNState state,
PredictionContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ATNConfig other) |
int |
hashCode() |
boolean |
hasPassedThroughNonGreedyDecision() |
public LexerATNConfig(@NotNull ATNState state, int alt, @Nullable PredictionContext context)
public LexerATNConfig(@NotNull ATNState state, int alt, @Nullable PredictionContext context, int actionIndex)
public LexerATNConfig(@NotNull LexerATNConfig c, @NotNull ATNState state)
public LexerATNConfig(@NotNull LexerATNConfig c, @NotNull ATNState state, int actionIndex)
public LexerATNConfig(@NotNull LexerATNConfig c, @NotNull ATNState state, @Nullable PredictionContext context)
Copyright © 1992-2013 ANTLR. All Rights Reserved.