Antlr4.Runtime.Atn.ATN.GetCachedContext C# (CSharp) Method

GetCachedContext() public method

public GetCachedContext ( PredictionContext context ) : PredictionContext
context PredictionContext
return PredictionContext
        public virtual PredictionContext GetCachedContext(PredictionContext context)
        {
            return PredictionContext.GetCachedContext(context, contextCache, new PredictionContext.IdentityHashMap());
        }