Antlr4.Runtime.Dfa.DFAState.PredPrediction.PredPrediction C# (CSharp) Метод

PredPrediction() публичный Метод

public PredPrediction ( SemanticContext pred, int alt ) : System
pred SemanticContext
alt int
Результат System
            public PredPrediction(SemanticContext pred, int alt)
            {
                // never null; at least SemanticContext.NONE
                this.alt = alt;
                this.pred = pred;
            }
DFAState.PredPrediction