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()
Constants inherited from PhpParser\NodeVisitor
DONT_TRAVERSE_CHILDREN, STOP_TRAVERSAL, REMOVE_NODE, DONT_TRAVERSE_CURRENT_AND_CHILDREN, REPLACE_WITH_NULL
Properties