Home
last modified time | relevance | path

Searched refs:getComments (Results 1 – 8 of 8) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DNodeAbstract.php107 public function getComments(): array { function in PhpParser\\NodeAbstract
117 $comments = $this->getComments();
136 $comments = $this->getComments();
H A DNode.php98 public function getComments(): array; function
H A DPrettyPrinterAbstract.php355 $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();
H A DNodeDumper.php102 if ($this->dumpComments && $comments = $node->getComments()) {
/PHP-Parser/test/code/formatPreservation/
H A Dcomments.test19 $comments = $stmts[1]->getComments();
/PHP-Parser/test/PhpParser/
H A DNodeAbstractTest.php70 $this->assertSame($attributes['comments'], $node->getComments());
80 $comments = $node->getComments();
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php1166 if ($node && $node->getComments()) {
/PHP-Parser/
H A DCHANGELOG.md779 * Added `getComments()`, `getStartLine()`, `getEndLine()`, `getStartTokenPos()`, `getEndTokenPos()`,

Completed in 36 milliseconds