Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php67 $tokenStream === null ? '' : $tokenStream->getTextByInterval(new Interval($startIndex, $stopIndex))
86 $tokenStream === null ? '' : $tokenStream->getTextByInterval(new Interval($startIndex, $stopIndex))
105 $tokenStream === null ? '' : $tokenStream->getTextByInterval(new Interval($startIndex, $stopIndex))
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php453 public function getTextByInterval(Interval $interval) : string function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
484 return $this->getTextByInterval(new Interval(0, \count($this->tokens) - 1));
492 return $this->getTextByInterval(new Interval($startIndex, $stopIndex));
497 return $this->getTextByInterval($context->getSourceInterval());
H A DTokenStream.php62 public function getTextByInterval(Interval $interval) : string; function
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php2429 $tokenStream === null ? '' : $tokenStream->getTextByInterval($interval)
2460 $tokenStream === null ? '' : $tokenStream->getTextByInterval($interval)
2496 $tokenStream === null ? '' : $tokenStream->getTextByInterval($interval)