| com.google.gwt.dev.js.ast.JsVisitable
JsVisitable | public interface JsVisitable (Code) | | Abstracts the idea that a class can be traversed.
< Parameters: T - > |
Method Summary | |
void | traverse(JsVisitor visitor, JsContext<T> ctx) Causes this object to have the visitor visit itself and its children. |
traverse | void traverse(JsVisitor visitor, JsContext<T> ctx)(Code) | | Causes this object to have the visitor visit itself and its children.
Parameters: visitor - the visitor that should traverse this node Parameters: ctx - the context of an existing traversal |
|
|