errorRecoveryMode property

bool errorRecoveryMode
getter/setter pair

Indicates whether the error strategy is currently "recovering from an error". This is used to suppress reporting multiple error messages while attempting to recover from a detected syntax error.

@see #inErrorRecoveryMode

Implementation

bool errorRecoveryMode = false;