Searched refs:getComments (Results 1 – 8 of 8) sorted by relevance
107 public function getComments(): array { function in PhpParser\\NodeAbstract117 $comments = $this->getComments();136 $comments = $this->getComments();
98 public function getComments(): array; function
355 $comments = $node->getComments();506 $comments = $node->getComments();845 $comments = $arrItem->getComments();846 $origComments = $origArrItem->getComments();872 $delayedAddComments = $delayedAddNode->getComments();916 ($this->isMultiline($origNodes) || $arrItem->getComments() ||937 $comments = $arrItem->getComments();955 $origComments = $origArrItem->getComments();
102 if ($this->dumpComments && $comments = $node->getComments()) {
19 $comments = $stmts[1]->getComments();
70 $this->assertSame($attributes['comments'], $node->getComments());80 $comments = $node->getComments();
1166 if ($node && $node->getComments()) {
786 * Added `getComments()`, `getStartLine()`, `getEndLine()`, `getStartTokenPos()`, `getEndTokenPos()`,
Completed in 45 milliseconds