Antlr4.Runtime.Atn.ATNSimulator.getSharedContextCache C# (CSharp) Метод

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

public getSharedContextCache ( ) : PredictionContextCache
Результат PredictionContextCache
        public PredictionContextCache getSharedContextCache()
        {
            return sharedContextCache;
        }