Package org.antlr.v4.runtime.dfa
Class DFAState.PredPrediction
- java.lang.Object
-
- org.antlr.v4.runtime.dfa.DFAState.PredPrediction
-
- Enclosing class:
- DFAState
public static class DFAState.PredPrediction extends java.lang.Object
Map a predicate to a predicted alternative.
-
-
Field Summary
Fields Modifier and Type Field Description int
alt
SemanticContext
pred
-
Constructor Summary
Constructors Constructor Description PredPrediction(SemanticContext pred, int alt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
pred
public SemanticContext pred
-
alt
public int alt
-
-
Constructor Detail
-
PredPrediction
public PredPrediction(SemanticContext pred, int alt)
-
-