Lines Matching refs:Token
8 * An {@see IntStream} whose symbols are {@see Token} instances.
13 * Get the {@see Token} instance associated with the value returned
21 public function LT(int $k) : ?Token;
24 * Gets the {@see Token} at the specified `index` in the stream.
37 public function get(int $index) : Token;
104 * For streams which ensure that the {@see Token::getTokenIndex()} method
115 * @param Token $start The first token in the interval to get text for.
116 * @param Token $stop The last token in the interval to get text for (inclusive).
121 public function getTextByTokens(?Token $start, ?Token $stop) : string;