Lines Matching refs:NodeVisitor
83 ['leaveNode', $str1Node, NodeVisitor::REMOVE_NODE],
107 ['enterNode', $str1Node, NodeVisitor::REMOVE_NODE],
189 ['enterNode', $printNode, NodeVisitor::DONT_TRAVERSE_CHILDREN],
192 ['enterNode', $mulNode, NodeVisitor::DONT_TRAVERSE_CHILDREN],
226 ['enterNode', $printNode, NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN],
227 ['enterNode', $mulNode, NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN],
267 ['enterNode', $mulNode, NodeVisitor::STOP_TRAVERSAL],
280 ['enterNode', $varNode1, NodeVisitor::STOP_TRAVERSAL],
294 ['leaveNode', $varNode1, NodeVisitor::STOP_TRAVERSAL],
309 ['leaveNode', $mulNode, NodeVisitor::STOP_TRAVERSAL],
327 ['leaveNode', $mulNode, NodeVisitor::REMOVE_NODE],
328 ['enterNode', $printNode, NodeVisitor::STOP_TRAVERSAL],
354 ['enterNode', $else1, NodeVisitor::REPLACE_WITH_NULL],
355 ['leaveNode', $else2, NodeVisitor::REPLACE_WITH_NULL],
457 ['enterNode', $expr, NodeVisitor::REPLACE_WITH_NULL],
460 ['leaveNode', $expr, NodeVisitor::REPLACE_WITH_NULL],