Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenStream.php76 $i = $this->previousTokenOnChannel($i - 1, $this->channel);
H A DBufferedTokenStream.php360 protected function previousTokenOnChannel(int $i, int $channel) : int function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
407 $prevOnChannel = $this->previousTokenOnChannel($tokenIndex - 1, Lexer::DEFAULT_TOKEN_CHANNEL);