Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenStream.php62 return $this->nextTokenOnChannel($i, $this->channel);
105 $i = $this->nextTokenOnChannel($i + 1, $this->channel);
H A DBufferedTokenStream.php327 protected function nextTokenOnChannel(int $i, int $channel) : int function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
384 $nextOnChannel = $this->nextTokenOnChannel($tokenIndex + 1, Lexer::DEFAULT_TOKEN_CHANNEL);