Home
last modified time | relevance | path

Searched refs:getTokenIndex (Results 1 – 6 of 6) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
DParserRuleContext.php261 return new Interval($this->start->getTokenIndex(), $this->stop->getTokenIndex());
DCommonToken.php251 public function getTokenIndex() : int function in Antlr\\Antlr4\\Runtime\\CommonToken
292 $this->getTokenIndex(),
DToken.php85 public function getTokenIndex() : int; function
DBufferedTokenStream.php489 $startIndex = $start === null ? 0 : $start->getTokenIndex();
490 $stopIndex = $stop === null ? \count($this->tokens) - 1 : $stop->getTokenIndex();
DParser.php186 if ($this->buildParseTree && $t->getTokenIndex() === -1) {
225 if ($this->buildParseTree && $t->getTokenIndex() === -1) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
DTerminalNodeImpl.php58 $tokenIndex = $this->symbol->getTokenIndex();