Node
public abstract class Node
www.doctrine-project.org
Method Summary | |
---|---|
void | dispatch(mixed walker, $walker ) Double-dispatch method, supposed to dispatch back to the walker. |
void | dump(mixed obj) |
public void dispatch(mixed walker, $walker )
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
public void dump(mixed obj)
Abstract class of an AST node