Abstract
Interface
Methods |
public
abstract
addVisitor
(
PhpParser Adds a visitor.
|
public
abstract
removeVisitor
(
PhpParser Removes an added visitor.
|
public
abstract
traverse
(
array
$nodes
) :
array
Traverses an array of nodes using the registered visitors.
|