CloneableInstantiable
Constants |
Methods |
public enterNode(PhpParser |
public getClasses() : array
|
public getNamespace() : string |
Properties |
private array $classes = []
|
private string $currentNamespace = '' |
Constants |
public PhpParser If NodeVisitor::enterNode() returns DONT_TRAVERSE_CHILDREN, child nodes of the current node will not be traversed for any visitors. For subsequent visitors enterNode() will still be called on the current node and leaveNode() will also be invoked for the current node. |
public PhpParser If NodeVisitor::enterNode() returns DONT_TRAVERSE_CURRENT_AND_CHILDREN, child nodes of the current node will not be traversed for any visitors. For subsequent visitors enterNode() will not be called as well. leaveNode() will be invoked for visitors that has enterNode() method invoked. |
public PhpParser If NodeVisitor::leaveNode() returns REMOVE_NODE for a node that occurs in an array, it will be removed from the array. For subsequent visitors leaveNode() will still be invoked for the removed node. |
public PhpParser If NodeVisitor::enterNode() or NodeVisitor::leaveNode() returns REPLACE_WITH_NULL, the node will be replaced with null. This is not a legal return value if the node is part of an array, rather than another node. |
public PhpParser If NodeVisitor::enterNode() or NodeVisitor::leaveNode() returns STOP_TRAVERSAL, traversal is aborted. The afterTraverse() method will still be invoked. |
Methods |
public PhpParser\NodeVisitorAbstract::afterTraverse(array $nodes) |
public PhpParser\NodeVisitorAbstract::beforeTraverse(array $nodes) |
public enterNode(PhpParser |
public getClasses() : array
|
public getNamespace() : string |
public PhpParser\NodeVisitorAbstract::leaveNode(PhpParser |
Properties |
private array $classes = []
|
private string $currentNamespace = '' |