numberOfSyntaxErrors property

int get numberOfSyntaxErrors
inherited

Gets the number of syntax errors reported during parsing. This value is incremented each time {@link #notifyErrorListeners} is called.

@see #notifyErrorListeners

Implementation

int get numberOfSyntaxErrors {
  return _syntaxErrors;
}