| Package | Description |
|---|---|
| org.antlr.v4.runtime.atn |
| Modifier and Type | Method and Description |
|---|---|
PredictionMode |
ParserATNSimulator.getPredictionMode() |
static PredictionMode |
PredictionMode.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PredictionMode.hasSLLConflictTerminatingPrediction(PredictionMode mode,
ATNConfigSet configs)
Computes the SLL prediction termination condition.
|
void |
ParserATNSimulator.setPredictionMode(PredictionMode mode) |
Copyright © 1992-2013 ANTLR. All Rights Reserved.