HomeSort by relevance Sort by last modified time
    Searched full:errorrecovery (Results 1 - 6 of 6) sorted by null

  /external/antlr/src/org/antlr/runtime/
RecognizerSharedState.java 50 public boolean errorRecovery = false;
128 this.errorRecovery = state.errorRecovery;
BaseRecognizer.java 77 state.errorRecovery = false;
107 state.errorRecovery = false;
121 state.errorRecovery = false;
163 * This method sets errorRecovery to indicate the parser is recovering
172 * 5. next match() will reset errorRecovery mode
179 if ( state.errorRecovery ) {
184 state.errorRecovery = true;
443 * with the successful match exits errorRecovery mode).
448 * Errors are not generated in errorRecovery mode.
Lexer.java 254 if ( errorRecovery ) {
258 errorRecovery = true;
  /external/antlr/src/org/antlr/runtime/tree/
TreeParser.java 101 state.errorRecovery = false;
  /external/antlr/src/org/antlr/runtime/debug/
DebugEventListener.java 207 * before the recognizer comes out of errorRecovery mode (in which
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java     [all...]

Completed in 287 milliseconds