Gets the value of the symbol at offset i from the current position. When i==1, this method returns the value of the current symbol in the stream (which is the next symbol to be consumed). When i==-1, this method returns the value of the previously read symbol in the stream. I
(int i)
| 94 | * retrieving the value of the specified symbol |
| 95 | */ |
| 96 | int LA(int i); |
| 97 | |
| 98 | /** |
| 99 | * A mark provides a guarantee that {@link #seek seek()} operations will be |
no outgoing calls