CloneableInstantiable
Methods |
public find( $nodes, callable $filter) : array Find all nodes satisfying a filter callback.
|
public findFirst( $nodes, callable $filter) : ?PhpParser Find first node satisfying a filter callback.
|
public findFirstInstanceOf( $nodes, string $class) : ?PhpParser Find first node that is an instance of a certain class.
|
public findInstanceOf( $nodes, string $class) : array Find all nodes that are instances of a certain class.
|