Home | History | Annotate | Download | only in Framework

Lines Matching full:recover

483 /** Recover from an error found on the input stream.  This is
487 * token that the match() routine could not recover from.
489 - (void)recover:(id<ANTLRIntStream>)anInput Exception:(ANTLRRecognitionException *)re
578 * set). The rule exception handler tries to recover, but finds
700 /** Attempt to recover from a single missing or extra token.
725 * mismatched token error. To recover, it sees that LA(1)==';'
751 // can't recover with single token deletion, try insertion
794 * The recognizer attempts to recover from single missing
836 //System.out.println("consume during recover LA(1)="+getTokenNames()[input.LA(1)]);