Home
last modified time | relevance | path

Searched refs:ParentConnectingVisitor (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/doc/component/
H A DFAQ.markdown10 The AST does not store parent nodes by default. However, the `ParentConnectingVisitor` can be used …
14 use PhpParser\NodeVisitor\ParentConnectingVisitor;
19 $traverser = new NodeTraverser(new ParentConnectingVisitor);
52 `ParentConnectingVisitor` and `NodeConnectingVisitor` should not be used at the same time. The latt…
H A DWalking_the_AST.markdown363 using the `ParentConnectingVisitor` or `NodeConnectingVisitor`. See the [FAQ](FAQ.markdown) for
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DParentConnectingVisitor.php17 final class ParentConnectingVisitor extends NodeVisitorAbstract { class
/PHP-Parser/test/PhpParser/NodeVisitor/
H A DParentConnectingVisitorTest.php18 $traverser->addVisitor(new ParentConnectingVisitor());
/PHP-Parser/
H A Dphpstan-baseline.neon164 …message: "#^Method PhpParser\\\\NodeVisitor\\\\ParentConnectingVisitor\\:\\:beforeTraverse\\(\\) s…
166 path: lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php
169 …message: "#^Method PhpParser\\\\NodeVisitor\\\\ParentConnectingVisitor\\:\\:enterNode\\(\\) should…
171 path: lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php
174 …message: "#^Method PhpParser\\\\NodeVisitor\\\\ParentConnectingVisitor\\:\\:leaveNode\\(\\) should…
176 path: lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php
H A DCHANGELOG.md468 * Add `ParentConnectingVisitor` and `NodeConnectingVisitor` classes.

Completed in 12 milliseconds