Class PhpParser\NodeVisitor\FindingVisitor

extends NodeVisitorAbstract

This visitor can be used to find and collect all nodes satisfying some criterion determined by a filter callback.

Methods
Methods inherited from PhpParser\NodeVisitorAbstract
leaveNode(), afterTraverse()
Properties