Searched defs:getTextByTokens (Results 1 – 2 of 2) sorted by relevance
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ | ||
H A D | TokenStream.php | 121 public function getTextByTokens(?Token $start, ?Token $stop) : string; function |
H A D | BufferedTokenStream.php | 487 public function getTextByTokens(?Token $start = null, ?Token $stop = null) : string function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream |