Antlr4.Runtime.Atn.SingletonPredictionContext.GetParent C# (CSharp) Method

GetParent() public method

public GetParent ( int index ) : PredictionContext
index int
return PredictionContext
        public override PredictionContext GetParent(int index)
        {
            System.Diagnostics.Debug.Assert(index == 0);
            return parent;
        }