Get the Token instance associated with the value returned by #LA LA(k). This method has the same pre- and post-conditions as IntStream#LA. In addition, when the preconditions of this method are met, the return value is non-null and the value of LT(k).getType()==LA(k).
(int k)
| 22 | * @see IntStream#LA |
| 23 | */ |
| 24 | public Token LT(int k); |
| 25 | |
| 26 | /** |
| 27 | * Gets the {@link Token} at the specified {@code index} in the stream. When |
no outgoing calls