Class LexerATNConfig
java.lang.Object
org.graalvm.shadowed.org.antlr.v4.runtime.atn.ATNConfig
org.graalvm.shadowed.org.antlr.v4.runtime.atn.LexerATNConfig
-
Field Summary
Fields inherited from class org.graalvm.shadowed.org.antlr.v4.runtime.atn.ATNConfig
alt, context, reachesIntoOuterContext, semanticContext, state -
Constructor Summary
ConstructorsConstructorDescriptionLexerATNConfig(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) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal LexerActionExecutorGets theLexerActionExecutorcapable of executing the embedded action(s) for the current configuration.inthashCode()final booleanMethods inherited from class org.graalvm.shadowed.org.antlr.v4.runtime.atn.ATNConfig
equals, getOuterContextDepth, isPrecedenceFilterSuppressed, setPrecedenceFilterSuppressed, toString, toString
-
Constructor Details
-
LexerATNConfig
-
LexerATNConfig
public LexerATNConfig(ATNState state, int alt, PredictionContext context, LexerActionExecutor lexerActionExecutor) -
LexerATNConfig
-
LexerATNConfig
-
LexerATNConfig
-
-
Method Details
-
getLexerActionExecutor
Gets theLexerActionExecutorcapable of executing the embedded action(s) for the current configuration. -
hasPassedThroughNonGreedyDecision
public final boolean hasPassedThroughNonGreedyDecision() -
hashCode
-
equals
-