Consumes the current symbol in the stream. This method has the following effects: Forward movement: The value of #index index() before calling this method is less than the value of index() after calling this method. Ordered lookahead:
()
| 58 | * {@code consume}). |
| 59 | */ |
| 60 | void consume(); |
| 61 | |
| 62 | /** |
| 63 | * Gets the value of the symbol at offset {@code i} from the current |
no outgoing calls