Uses of Enum
org.antlr.v4.runtime.atn.PredictionMode
Packages that use PredictionMode
-
Uses of PredictionMode in org.antlr.v4.runtime.atn
Subclasses with type arguments of type PredictionMode in org.antlr.v4.runtime.atnModifier and TypeClassDescriptionenumThis enumeration defines the prediction modes available in ANTLR 4 along with utility methods for analyzing configuration sets for conflicts and/or ambiguities.Fields in org.antlr.v4.runtime.atn declared as PredictionModeModifier and TypeFieldDescriptionprivate PredictionModeParserATNSimulator.modeSLL, LL, or LL + exact ambig detection?Methods in org.antlr.v4.runtime.atn that return PredictionModeModifier and TypeMethodDescriptionfinal PredictionModeParserATNSimulator.getPredictionMode()static PredictionModeReturns the enum constant of this type with the specified name.static PredictionMode[]PredictionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.antlr.v4.runtime.atn with parameters of type PredictionModeModifier and TypeMethodDescriptionstatic booleanPredictionMode.hasSLLConflictTerminatingPrediction(PredictionMode mode, ATNConfigSet configs) Computes the SLL prediction termination condition.final voidParserATNSimulator.setPredictionMode(PredictionMode mode)