Lines Matching full:consume
234 [anInput consume];
251 [anInput consume];
262 // we have no information about the follow; we can only consume
300 * 3. consume until token found in resynch set
494 // consumed; consume a single token so at least to prevent
496 [anInput consume];
527 * thing to do is to consume tokens until you see something that
530 * input might just be missing a token--you might consume the
571 * we resync'd to that token, we'd consume until EOF. We need to
574 * not consume anything and after printing an error rule c would
579 * the same recovery set and doesn't consume anything. Rule b
743 [anInput consume]; // simply delete extra token
748 [anInput consume]; // move past ttype token as if all were ok
825 [anInput consume];
830 /** Consume tokens until one matches the given token set */
836 //System.out.println("consume during recover LA(1)="+getTokenNames()[input.LA(1)]);
837 [anInput consume];