fail method

void fail(
  1. String message
)

Implementation

void fail(String message) {
  throw ParseError(message, filename, currentLine, tokenStart, index);
}