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

Lines Matching refs:errorRecovery

113             state.errorRecovery = false;
148 state.errorRecovery = false;
164 state.errorRecovery = false;
213 * This method sets errorRecovery to indicate the parser is recovering
222 * 5. next match() will reset errorRecovery mode
231 if ( state.errorRecovery )
237 state.errorRecovery = true;
540 * with the successful match exits errorRecovery mode).
545 * Errors are not generated in errorRecovery mode.