Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DTokenStream.php121 public function getTextByTokens(?Token $start, ?Token $stop) : string; function
H A DBufferedTokenStream.php487 public function getTextByTokens(?Token $start = null, ?Token $stop = null) : string function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php338 $input = $tokens->getTextByTokens($e->getStartToken(), $e->getOffendingToken());