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