Home
last modified time | relevance | path

Searched refs:getSourceInterval (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DSyntaxTree.php32 public function getSourceInterval() : Interval; function
H A DTerminalNodeImpl.php52 public function getSourceInterval() : Interval function in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php112 public function getSourceInterval() : Interval function in Antlr\\Antlr4\\Runtime\\RuleContext
H A DParserRuleContext.php255 public function getSourceInterval() : Interval function in Antlr\\Antlr4\\Runtime\\ParserRuleContext
H A DBufferedTokenStream.php497 return $this->getTextByInterval($context->getSourceInterval());