Home | History | Annotate | Download | only in runtime

Lines Matching defs:recover

98      *  plain {@link #mismatch}, which does not recover.  Then any error
100 * rule. Rule would recover by resynchronizing to the set of
387 /** Recover from an error found on the input stream. This is
391 * token that the match() routine could not recover from.
395 recover: function(input, re) {
488 * set). The rule exception handler tries to recover, but finds
615 /** Attempt to recover from a single missing or extra token.
640 * mismatched token error. To recover, it sees that LA(1)==';'
666 // can't recover with single token deletion, try insertion
679 * Recover from a mismatched set exception.
713 * <p>The recognizer attempts to recover from single missing