Tree: ezcTreeVisitor
[ ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcTreeVisitor
|
Interface for visitor implementations that want to process a tree using the Visitor design pattern. [
source]
visit() is called on each of the nodes in the tree in a top-down, depth-first fashion.
Start the processing of the tree by calling accept() on the tree passing the visitor object as the sole parameter.
Method Summary
|
public bool |
visit(
$visitable )
Visit the $visitable. |
Methods
visit
Visit the $visitable.
Each node in the graph is visited once.
Parameters
Last updated: Mon, 27 Jul 2009