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

LexerATNSimulator() public method

public LexerATNSimulator ( ATN atn, DFA decisionToDFA, PredictionContextCache sharedContextCache ) : System
atn ATN
decisionToDFA Antlr4.Runtime.Dfa.DFA
sharedContextCache PredictionContextCache
return 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