Searched refs:getEndFilePos (Results 1 – 10 of 10) sorted by relevance
89 public function getEndFilePos(): int; function
96 public function getEndFilePos(): int { function in PhpParser\\NodeAbstract
88 public function getEndFilePos(): int { function in PhpParser\\Comment
281 $end .= ':' . $this->toColumn($this->code, $node->getEndFilePos());
927 $commentEndFilePos = $comment->getEndFilePos();
16 $this->assertSame(27, $comment->getEndFilePos());
75 $endFilePos = $node->getEndFilePos();
62 $this->assertSame(15, $node->getEndFilePos());
72 …o the code string of the last character that is part of the node. Used by `$node->getEndFilePos()`.
787 `getStartFilePos()` and `getEndFilePos()` methods to `Node`. These provide a more obvious access
Completed in 30 milliseconds