Antlr4.Runtime.Atn.ATNSimulator.getSharedContextCache C# (CSharp) Method

getSharedContextCache() public method

public getSharedContextCache ( ) : PredictionContextCache
return PredictionContextCache
        public PredictionContextCache getSharedContextCache()
        {
            return sharedContextCache;
        }