Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DNodeVisitor.php39 public const DONT_TRAVERSE_CURRENT_AND_CHILDREN = 4; define
H A DNodeTraverser.php24 … public const DONT_TRAVERSE_CURRENT_AND_CHILDREN = NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN; define in PhpParser\\NodeTraverser
114 } elseif (NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN === $return) {
197 } elseif (NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN === $return) {
/PHP-Parser/test/PhpParser/
H A DNodeTraverserTest.php226 ['enterNode', $printNode, NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN],
227 ['enterNode', $mulNode, NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN],
/PHP-Parser/
H A DUPGRADE-5.0.md456 PhpParser\NodeTraverser::DONT_TRAVERSE_CURRENT_AND_CHILDREN -> PhpParser\NodeVisitor::DONT_TRAVERSE…
H A DCHANGELOG.md647 * Added `DONT_TRAVERSE_CURRENT_AND_CHILDREN` to `NodeTraverser` to skip both traversal of child
/PHP-Parser/doc/component/
H A DWalking_the_AST.markdown309 …* If *any* visitor returns `DONT_TRAVERSE_CURRENT_AND_CHILDREN`, the children will be skipped for …
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown354 visitors from visiting the current node, `NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN` can be u…

Completed in 16 milliseconds