Searched refs:getStartTokenPos (Results 1 – 12 of 12) sorted by relevance
60 public function getStartTokenPos(): int; function
61 public function getStartTokenPos(): int { function in PhpParser\\NodeAbstract
69 public function getStartTokenPos(): int { function in PhpParser\\Comment
618 $startPos = $origNode->getStartTokenPos();686 $subStartPos = $origSubNode->getStartTokenPos();801 $startPos = $origNodes[0]->getStartTokenPos();837 $itemStartPos = $origArrItem->getStartTokenPos();847 … $commentStartPos = $origComments ? $origComments[0]->getStartTokenPos() : $itemStartPos;950 $itemStartPos = $origArrItem->getStartTokenPos();957 $itemStartPos = $origComments[0]->getStartTokenPos();
14 $this->assertSame(2, $comment->getStartTokenPos());
76 $startTokenPos = $node->getStartTokenPos();
59 $this->assertSame(12, $node->getStartTokenPos());
89 $this->tokens[$node->uses[0]->name->getStartTokenPos()]->is(\T_NAME_FULLY_QUALIFIED)94 $this->tokens[$node->prefix->getStartTokenPos()]->is(\T_NAME_FULLY_QUALIFIED)
43 $this->pos = $pos = $node->getStartTokenPos();
69 …`: Offset into the token array of the first token in the node. Used by `$node->getStartTokenPos()`.92 $i = $prop->getStartTokenPos();
532 …methods have been removed. Use `Comment::getStartLine()`, `Comment::getStartTokenPos()` and `Comme…
152 have been removed. Use `Comment::getStartLine()`, `Comment::getStartTokenPos()` and786 * Added `getComments()`, `getStartLine()`, `getEndLine()`, `getStartTokenPos()`, `getEndTokenPos()`,
Completed in 20 milliseconds