LexerATNSimulator constructor

LexerATNSimulator(
  1. ATN atn,
  2. List<DFA> decisionToDFA,
  3. PredictionContextCache sharedContextCache, {
  4. required Lexer recog,
})

Implementation

LexerATNSimulator(
  ATN atn,
  this.decisionToDFA,
  PredictionContextCache sharedContextCache, {
  required this.recog,
}) : super(atn, sharedContextCache);