Home | History | Annotate | Download | only in antlr3

Lines Matching full:recovery

64   a stack that tracks follow sets for error recovery
66 a flag indicating whether or not the recognizer is in error recovery mode
368 # As a result, all error tracking and error recovery
496 ###################################### Error Recovery ########################################
533 # Compute the error recovery set for the current rule. During
584 # For error recovery, we cannot consider FOLLOW(c)
597 # the same recovery set and doesn't consume anything. Rule b
602 # for the token that was a member of the recovery set.
606 # ANTLR's error recovery mechanism is based upon original ideas:
612 # "A note on error recovery in recursive descent parsers":
617 # "Efficient and Comfortable Error Recovery in Recursive Descent
666 # Conjure up a missing token during error recovery.
716 # calling the recovery method.