Home | History | Annotate | Download | only in Framework

Lines Matching full:recovery

275     // then we know we're missing a token; error recovery is free to
294 * not parsing. Once in recovery mode, no errors are generated.
295 * To get out of recovery mode, the parser must successfully match
299 * 2. enter recovery mode, report error
493 // where LT(1) is in the recovery token set so nothing is
515 /* Compute the error recovery set for the current rule. During
566 * For error recovery, we cannot consider FOLLOW(c)
579 * the same recovery set and doesn't consume anything. Rule b
584 * for the token that was a member of the recovery set.
588 * ANTLR's error recovery mechanism is based upon original ideas:
594 * "A note on error recovery in recursive descent parsers":
599 * "Efficient and Comfortable Error Recovery in Recursive Descent
792 /** Conjure up a missing token during error recovery.
879 * error recovery.