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

Lines Matching refs:Recovery

432   /// for automatic error recovery.
545 /// but no token is consumed during recovery...another error is found,
687 /// support code essentially; most of it is error recovery stuff and
710 /// single token insertion or deletion error recovery. If
715 /// recovery, override MismatchRecover() and have it call
730 /// <summary>A hook to listen in on the token consumption during error recovery.
741 /// not parsing. Once in recovery mode, no errors are generated.
742 /// To get out of recovery mode, the parser must successfully Match
746 /// 2. enter recovery mode, report error
831 /// error recovery.
1042 /// uses simplified Match() and error recovery mechanisms in the interest
1103 /// to do sophisticated error recovery if you are in a Fragment rule.
2061 /// Conjure up a missing token during error recovery.
2145 (* Compute the error recovery set for the current rule. During
2196 * For error recovery, we cannot consider FOLLOW(c)
2209 * the same recovery set and doesn't consume anything. Rule b
2214 * for the token that was a member of the recovery set.
2218 * ANTLR's error recovery mechanism is based upon original ideas:
2224 * "A note on error recovery in recursive descent parsers":
2229 * "Efficient and Comfortable Error Recovery in Recursive Descent
4568 // then we know we're missing a token; error recovery is free to
4611 // where LT(1) is in the recovery token set so nothing is
4690 // wack everything related to error recovery