Uses of Enum
org.antlr.v4.runtime.atn.PredictionMode
Packages that use PredictionMode
-
Uses of PredictionMode in org.antlr.v4.runtime.atn
Methods in org.antlr.v4.runtime.atn that return PredictionModeModifier and TypeMethodDescriptionfinal PredictionMode
ParserATNSimulator.getPredictionMode()
static PredictionMode
Returns 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 boolean
PredictionMode.hasSLLConflictTerminatingPrediction
(PredictionMode mode, ATNConfigSet configs) Computes the SLL prediction termination condition.final void
ParserATNSimulator.setPredictionMode
(PredictionMode mode)