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

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

public LexerATNSimulator ( ATN atn, DFA decisionToDFA, PredictionContextCache sharedContextCache ) : System
atn ATN
decisionToDFA Antlr4.Runtime.Dfa.DFA
sharedContextCache PredictionContextCache
Результат System
        public LexerATNSimulator(ATN atn, DFA[] decisionToDFA,
								 PredictionContextCache sharedContextCache)
            : this(null, atn, decisionToDFA, sharedContextCache)
        {
        }

Same methods

LexerATNSimulator::LexerATNSimulator ( Lexer recog, ATN atn, DFA decisionToDFA, PredictionContextCache sharedContextCache ) : System