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

ATNSimulator() public method

public ATNSimulator ( ATN atn, PredictionContextCache sharedContextCache ) : System
atn ATN
sharedContextCache PredictionContextCache
return System
        public ATNSimulator(ATN atn, PredictionContextCache sharedContextCache)
        {
            this.atn = atn;
            this.sharedContextCache = sharedContextCache;
        }