Searched refs:getTokenIndex (Results 1 – 6 of 6) sorted by relevance
261 return new Interval($this->start->getTokenIndex(), $this->stop->getTokenIndex());
251 public function getTokenIndex() : int function in Antlr\\Antlr4\\Runtime\\CommonToken292 $this->getTokenIndex(),
85 public function getTokenIndex() : int; function
489 $startIndex = $start === null ? 0 : $start->getTokenIndex();490 $stopIndex = $stop === null ? \count($this->tokens) - 1 : $stop->getTokenIndex();
186 if ($this->buildParseTree && $t->getTokenIndex() === -1) {225 if ($this->buildParseTree && $t->getTokenIndex() === -1) {
58 $tokenIndex = $this->symbol->getTokenIndex();