Antlr4.Runtime.Atn.PredictionContextCache.IdentityCommutativePredictionContextOperands.IdentityCommutativePredictionContextOperands C# (CSharp) Method

IdentityCommutativePredictionContextOperands() public method

public IdentityCommutativePredictionContextOperands ( PredictionContext x, PredictionContext y ) : System.Collections.Generic
x PredictionContext
y PredictionContext
return System.Collections.Generic
            public IdentityCommutativePredictionContextOperands(PredictionContext x, PredictionContext y)
            {
                this.x = x;
                this.y = y;
            }
PredictionContextCache.IdentityCommutativePredictionContextOperands