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

Lines Matching full:consume

147                 input.Consume();
166 input.Consume();
178 // we have no information about the follow; we can only consume
220 * 3. consume until token found in resynch set
450 // consumed; consume a single token so at least to prevent
452 input.Consume();
486 * thing to do is to consume tokens until you see something that
489 * input might just be missing a token--you might consume the
530 * we resync'd to that token, we'd consume until EOF. We need to
533 * not consume anything and after printing an error rule c would
538 * the same recovery set and doesn't consume anything. Rule b
708 input.Consume(); // simply delete extra token
713 input.Consume(); // move past ttype token as if all were ok
796 input.Consume();
801 /** <summary>Consume tokens until one matches the given token set</summary> */
808 //System.out.println("consume during recover LA(1)="+getTokenNames()[input.LA(1)]);
809 input.Consume();