Parser._syntaxErrors

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

class Parser
int _syntaxErrors;

Meta