LexerParse constructor

const LexerParse(
  1. Lexer lexer, [
  2. List<String>? newStates
])

Implementation

const LexerParse(
  this.lexer, [
  List<String>? newStates,
]) : super(null, Token.IncludeOtherLexer, newStates);