Home
last modified time | relevance | path

Searched refs:beforeTraverse (Results 1 – 14 of 14) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DNodeVisitorAbstract.php9 public function beforeTraverse(array $nodes) { function in PhpParser\\NodeVisitorAbstract
H A DNodeVisitor.php59 public function beforeTraverse(array $nodes); function
H A DNodeTraverser.php71 if (null !== $return = $visitor->beforeTraverse($nodes)) {
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DFindingVisitor.php33 public function beforeTraverse(array $nodes): ?array { function in PhpParser\\NodeVisitor\\FindingVisitor
H A DParentConnectingVisitor.php23 public function beforeTraverse(array $nodes) { function in PhpParser\\NodeVisitor\\ParentConnectingVisitor
H A DFirstFindingVisitor.php34 public function beforeTraverse(array $nodes): ?array { function in PhpParser\\NodeVisitor\\FirstFindingVisitor
H A DNodeConnectingVisitor.php28 public function beforeTraverse(array $nodes) { function in PhpParser\\NodeVisitor\\NodeConnectingVisitor
H A DNameResolver.php50 public function beforeTraverse(array $nodes): ?array { function in PhpParser\\NodeVisitor\\NameResolver
/PHP-Parser/test/PhpParser/
H A DNodeVisitorForTesting.php15 public function beforeTraverse(array $nodes): ?array { function in PhpParser\\NodeVisitorForTesting
/PHP-Parser/tools/fuzzing/
H A Dtarget.php46 public function beforeTraverse(array $nodes): void { function in AnonymousClass0557d2a90100
/PHP-Parser/
H A Dphpstan-baseline.neon149 …message: "#^Method PhpParser\\\\NodeVisitor\\\\NodeConnectingVisitor\\:\\:beforeTraverse\\(\\) sho…
164 …message: "#^Method PhpParser\\\\NodeVisitor\\\\ParentConnectingVisitor\\:\\:beforeTraverse\\(\\) s…
H A DUPGRADE-5.0.md435 …se()` methods in the reverse order of the corresponding `enterNode()` and `beforeTraverse()` calls:
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown333 public function beforeTraverse(array $nodes);
339 The `beforeTraverse()` method is called once before the traversal begins and is passed the nodes the
343 The `afterTraverse()` method is similar to the `beforeTraverse()` method, with the only difference …
/PHP-Parser/doc/component/
H A DWalking_the_AST.markdown43 public function beforeTraverse(array $nodes);
50 The `beforeTraverse()` and `afterTraverse()` methods are called before and after the traversal

Completed in 31 milliseconds