Home
last modified time | relevance | path

Searched refs:adjustSeekIndex (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php103 $this->index = $this->adjustSeekIndex($index);
131 $this->index = $this->adjustSeekIndex($this->index + 1);
251 public function adjustSeekIndex(int $i) : int function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
267 $this->index = $this->adjustSeekIndex(0);
H A DCommonTokenStream.php60 public function adjustSeekIndex(int $i) : int function in Antlr\\Antlr4\\Runtime\\CommonTokenStream