reportLexicalError method

  1. @override
void reportLexicalError(
  1. int left_loc,
  2. int right_loc, [
  3. int? errorCode,
  4. int? error_left_loc,
  5. int? error_right_loc,
  6. List<String>? errorInfo,
])
override

Implementation

@override
void reportLexicalError(int left_loc, int right_loc,[int? errorCode, int? error_left_loc, int? error_right_loc, List<String>? errorInfo]) {
  throw UnimplementedError();
}