getStartingErrors method

  1. @override
Iterable<String> getStartingErrors()
override

Returns the starting errors of the parser.

Implementation

@override
Iterable<String> getStartingErrors() {
  return ['const ErrorExpectedChar($char)'];
}