Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:ErrorRecovery

538     property ErrorRecovery: Boolean read GetErrorRecovery write SetErrorRecovery;
740 /// This method sets errorRecovery to indicate the parser is recovering
749 /// 5. next Match() will reset errorRecovery mode
2211 * with the successful Match exits errorRecovery mode).
2216 * Errors are not generated in errorRecovery mode.
4495 FState.ErrorRecovery := False;
4511 FState.ErrorRecovery := False;
4678 if (not FState.ErrorRecovery) then
4681 FState.ErrorRecovery := True;
4695 FState.ErrorRecovery := False;