Lines Matching defs:LA
17 * @see IntStream::LA()
24 * The value returned by {@see IntStream::LA()} when the end of the stream is
47 * - Ordered lookahead: The value of `LA(1)` before calling this method
48 * becomes the value of `LA(-1)` after calling this method.
70 * than the value of `index` after the stream was constructed and `LA(1)
74 * source. Specifying the call to `LA(1)` allows for lazily initialized
76 * - `LA(i)` refers to a symbol consumed within a marked region that has
86 public function LA(int $i) : int;
152 * Return the index into the stream of the input symbol referred to by `LA(1)`.
172 * - `LA(1)` returns {@see IntStream::EOF}