Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenStream.php65 protected function LB(int $k) : ?Token function in Antlr\\Antlr4\\Runtime\\CommonTokenStream
96 return $this->LB(-$k);
H A DBufferedTokenStream.php203 protected function LB(int $k) : ?Token function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
221 return $this->LB(-$k);