This visitor can be used to find the first node satisfying some criterion determined by
a filter callback.
Cloneable
Instantiable
Methods |
public __construct ( callable $filterCallback ) |
public beforeTraverse ( array $nodes ) |
public enterNode ( PhpParser\Node $node ) |
public
getFoundNode
() Get found node satisfying the filter callback. Returns null if no node satisfies the filter callback.
|
Properties |
protected
$filterCallback
|
protected
$foundNode
|