Home
last modified time | relevance | path

Searched refs:NodeVisitor (Results 26 – 33 of 33) sorted by relevance

12

/PHP-Parser/test/PhpParser/
H A DPrettyPrinterTest.php193 $traverser = new NodeTraverser(new NodeVisitor\CloningVisitor());
231 $traverser = new NodeTraverser(new NodeVisitor\CloningVisitor());
/PHP-Parser/
H A DUPGRADE-5.0.md451 Additionally, the special `NodeVisitor` return values have been moved from `NodeTraverser` to `Node…
454 PhpParser\NodeTraverser::REMOVE_NODE -> PhpParser\NodeVisitor::REMOVE_NODE
455 PhpParser\NodeTraverser::DONT_TRAVERSE_CHILDREN -> PhpParser\NodeVisitor::DONT_TRAVERSE_CHILDREN
456 PhpParser\NodeTraverser::DONT_TRAVERSE_CURRENT_AND_CHILDREN -> PhpParser\NodeVisitor::DONT_TRAVERSE…
457 PhpParser\NodeTraverser::STOP_TRAVERSAL -> PhpParser\NodeVisitor::STOP_TRAVERSAL
515 $traverser->addVisitor(new NodeVisitor\CloningVisitor());
524 $traverser = new NodeTraverser(new NodeVisitor\CloningVisitor());
H A DCHANGELOG.md161 * Added support for `NodeVisitor::REPLACE_WITH_NULL`.
169 * Moved `NodeTraverser::REMOVE_NODE` etc. to `NodeVisitor::REMOVE_NODE`. The old constants are still
249 * Added support for returning an array or `REMOVE_NODE` from `NodeVisitor::enterNode()`.
/PHP-Parser/test_old/
H A Drun.php147 $cloningTraverser->addVisitor(new PhpParser\NodeVisitor\CloningVisitor);
/PHP-Parser/doc/component/
H A DPretty_printing.markdown80 use PhpParser\{NodeTraverser, NodeVisitor, ParserFactory, PrettyPrinter};
87 $traverser = new NodeTraverser(new NodeVisitor\CloningVisitor());
/PHP-Parser/test/PhpParser/NodeVisitor/
H A DNameResolverTest.php3 namespace PhpParser\NodeVisitor;
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DNameResolver.php3 namespace PhpParser\NodeVisitor;
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php35 use PhpParser\NodeVisitor\CommentAnnotatingVisitor;

Completed in 33 milliseconds

12