Home
last modified time | relevance | path

Searched refs:afterTraverse (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DNodeVisitorAbstract.php21 public function afterTraverse(array $nodes) { function in PhpParser\\NodeVisitorAbstract
H A DNodeVisitor.php123 public function afterTraverse(array $nodes); function
H A DNodeTraverser.php80 if (null !== $return = $visitor->afterTraverse($nodes)) {
/PHP-Parser/test/PhpParser/
H A DNodeVisitorForTesting.php27 public function afterTraverse(array $nodes): ?array { function in PhpParser\\NodeVisitorForTesting
/PHP-Parser/doc/component/
H A DWalking_the_AST.markdown46 public function afterTraverse(array $nodes);
50 The `beforeTraverse()` and `afterTraverse()` methods are called before and after the traversal
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown336 public function afterTraverse(array $nodes);
343 The `afterTraverse()` method is similar to the `beforeTraverse()` method, with the only difference …
/PHP-Parser/
H A DUPGRADE-5.0.md435 If there are multiple visitors, the node traverser will now call `leaveNode()` and `afterTraverse()…

Completed in 12 milliseconds