Home
last modified time | relevance | path

Searched defs:getTextByTokens (Results 1 – 2 of 2) 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