Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php389 return $this->filterForChannel($from_, $to, $channel);
417 return $this->filterForChannel($from, $to, $channel);
423 protected function filterForChannel(int $left, int $right, int $channel) : ?array function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream