Antlr4.Runtime.Atn.ATNSimulator.ATNSimulator C# (CSharp) 메소드

ATNSimulator() 공개 메소드

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