Searched refs:DONT_TRAVERSE_CHILDREN (Results 1 – 7 of 7) sorted by relevance
13 public const DONT_TRAVERSE_CHILDREN = 1; define
9 public const DONT_TRAVERSE_CHILDREN = NodeVisitor::DONT_TRAVERSE_CHILDREN; define in PhpParser\\NodeTraverser112 } elseif (NodeVisitor::DONT_TRAVERSE_CHILDREN === $return) {195 } elseif (NodeVisitor::DONT_TRAVERSE_CHILDREN === $return) {
77 return self::DONT_TRAVERSE_CHILDREN;
189 ['enterNode', $printNode, NodeVisitor::DONT_TRAVERSE_CHILDREN],192 ['enterNode', $mulNode, NodeVisitor::DONT_TRAVERSE_CHILDREN],
225 return NodeVisitor::DONT_TRAVERSE_CHILDREN;307 * If *any* visitor returns `DONT_TRAVERSE_CHILDREN`, the children will be skipped for *all*
455 PhpParser\NodeTraverser::DONT_TRAVERSE_CHILDREN -> PhpParser\NodeVisitor::DONT_TRAVERSE_CHILDREN
352 The `enterNode()` method can additionally return the value `NodeVisitor::DONT_TRAVERSE_CHILDREN`,
Completed in 11 milliseconds