Home | History | Annotate | Download | only in runtime

Lines Matching defs:recover

97      *  immediate exit from rule.  Rule would recover by resynchronizing
347 /** Recover from an error found on the input stream. This is
351 * token that the match() routine could not recover from.
353 public void recover(IntStream input, RecognitionException re) {
440 * set). The rule exception handler tries to recover, but finds
559 /** Attempt to recover from a single missing or extra token.
584 * mismatched token error. To recover, it sees that LA(1)==';'
609 // can't recover with single token deletion, try insertion
650 * The recognizer attempts to recover from single missing
689 //System.out.println("consume during recover LA(1)="+getTokenNames()[input.LA(1)]);