copy method

  1. @override
LexerJParse copy({
  1. List<String>? newStates,
})
override

Implementation

@override
LexerJParse copy({List<String>? newStates}) =>
    LexerJParse(lexer, newStates ?? this.newStates);