public static class DFAState.PredPrediction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
alt |
SemanticContext |
pred |
| Constructor and Description |
|---|
DFAState.PredPrediction(SemanticContext pred,
int alt) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public SemanticContext pred
public int alt
public DFAState.PredPrediction(SemanticContext pred, int alt)