Lines Matching refs:int
50 * @var int
84 public function getIndex() : int
89 public function mark() : int
94 public function release(int $marker) : void
99 public function seek(int $index) : void
106 public function getLength() : int
143 public function sync(int $i) : bool
156 public function fetch(int $n) : int
179 public function get(int $index) : Token
196 public function LA(int $i) : int
203 protected function LB(int $k) : ?Token
212 public function LT(int $k) : ?Token
247 * @param int $i The target token index.
249 * @return int The adjusted target token index.
251 public function adjustSeekIndex(int $i) : int
294 public function getTokens(int $start, int $stop, ?Set $types = null) : ?array
327 protected function nextTokenOnChannel(int $i, int $channel) : int
360 protected function previousTokenOnChannel(int $i, int $channel) : int
376 public function getHiddenTokensToRight(int $tokenIndex, int $channel) : ?array
399 public function getHiddenTokensToLeft(int $tokenIndex, int $channel) : ?array
423 protected function filterForChannel(int $left, int $right, int $channel) : ?array