Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DFirstFindingVisitor.php17 protected ?Node $foundNode; variable in PhpParser\\NodeVisitor\\FirstFindingVisitor
31 return $this->foundNode;
35 $this->foundNode = null;
43 $this->foundNode = $node;

Completed in 4 milliseconds