Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DNodeVisitor.php13 public const DONT_TRAVERSE_CHILDREN = 1; define
H A DNodeTraverser.php9 public const DONT_TRAVERSE_CHILDREN = NodeVisitor::DONT_TRAVERSE_CHILDREN; define in PhpParser\\NodeTraverser
112 } elseif (NodeVisitor::DONT_TRAVERSE_CHILDREN === $return) {
195 } elseif (NodeVisitor::DONT_TRAVERSE_CHILDREN === $return) {
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DCommentAnnotatingVisitor.php77 return self::DONT_TRAVERSE_CHILDREN;
/PHP-Parser/test/PhpParser/
H A DNodeTraverserTest.php189 ['enterNode', $printNode, NodeVisitor::DONT_TRAVERSE_CHILDREN],
192 ['enterNode', $mulNode, NodeVisitor::DONT_TRAVERSE_CHILDREN],
/PHP-Parser/doc/component/
H A DWalking_the_AST.markdown225 return NodeVisitor::DONT_TRAVERSE_CHILDREN;
307 * If *any* visitor returns `DONT_TRAVERSE_CHILDREN`, the children will be skipped for *all*
/PHP-Parser/
H A DUPGRADE-5.0.md455 PhpParser\NodeTraverser::DONT_TRAVERSE_CHILDREN -> PhpParser\NodeVisitor::DONT_TRAVERSE_CHILDREN
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown352 The `enterNode()` method can additionally return the value `NodeVisitor::DONT_TRAVERSE_CHILDREN`,

Completed in 15 milliseconds