@override JParse copy({List<String>? newStates}) => JParse(pattern, dtoken, newStates ?? this.newStates, constants);