Searched refs:getStartFilePos (Results 1 – 10 of 10) sorted by relevance
80 public function getStartFilePos(): int; function
85 public function getStartFilePos(): int { function in PhpParser\\NodeAbstract
60 public function getStartFilePos(): int { function in PhpParser\\Comment
280 $start .= ':' . $this->toColumn($this->code, $node->getStartFilePos());
13 $this->assertSame(10, $comment->getStartFilePos());
74 $startFilePos = $node->getStartFilePos();
61 $this->assertSame(14, $node->getStartFilePos());
71 …he code string of the first character that is part of the node. Used by `$node->getStartFilePos()`.
532 … `Comment::getStartLine()`, `Comment::getStartTokenPos()` and `Comment::getStartFilePos()` instead.
153 `Comment::getStartFilePos()` instead.787 `getStartFilePos()` and `getEndFilePos()` methods to `Node`. These provide a more obvious access
Completed in 15 milliseconds