Searched refs:beforeTraverse (Results 1 – 14 of 14) sorted by relevance
9 public function beforeTraverse(array $nodes) { function in PhpParser\\NodeVisitorAbstract
59 public function beforeTraverse(array $nodes); function
71 if (null !== $return = $visitor->beforeTraverse($nodes)) {
33 public function beforeTraverse(array $nodes): ?array { function in PhpParser\\NodeVisitor\\FindingVisitor
23 public function beforeTraverse(array $nodes) { function in PhpParser\\NodeVisitor\\ParentConnectingVisitor
34 public function beforeTraverse(array $nodes): ?array { function in PhpParser\\NodeVisitor\\FirstFindingVisitor
28 public function beforeTraverse(array $nodes) { function in PhpParser\\NodeVisitor\\NodeConnectingVisitor
50 public function beforeTraverse(array $nodes): ?array { function in PhpParser\\NodeVisitor\\NameResolver
15 public function beforeTraverse(array $nodes): ?array { function in PhpParser\\NodeVisitorForTesting
46 public function beforeTraverse(array $nodes): void { function in AnonymousClass0557d2a90100
149 …message: "#^Method PhpParser\\\\NodeVisitor\\\\NodeConnectingVisitor\\:\\:beforeTraverse\\(\\) sho…164 …message: "#^Method PhpParser\\\\NodeVisitor\\\\ParentConnectingVisitor\\:\\:beforeTraverse\\(\\) s…
435 …se()` methods in the reverse order of the corresponding `enterNode()` and `beforeTraverse()` calls:
333 public function beforeTraverse(array $nodes);339 The `beforeTraverse()` method is called once before the traversal begins and is passed the nodes the343 The `afterTraverse()` method is similar to the `beforeTraverse()` method, with the only difference …
43 public function beforeTraverse(array $nodes);50 The `beforeTraverse()` and `afterTraverse()` methods are called before and after the traversal
Completed in 14 milliseconds