Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DCommentAnnotatingVisitor.php16 private array $commentPositions = []; variable in PhpParser\\NodeVisitor\\CommentAnnotatingVisitor
30 $this->commentPositions[] = $i;
36 $nextCommentPos = current($this->commentPositions);
69 $nextCommentPos = next($this->commentPositions);

Completed in 4 milliseconds