| com.google.gwt.dev.js.ast.JsContext
JsContext | public interface JsContext (Code) | | The context in which a JsNode visitation occurs. This represents the set of
possible operations a JsVisitor subclass can perform on the currently visited
node.
< Parameters: T - > |
canInsert | boolean canInsert()(Code) | | |
canRemove | boolean canRemove()(Code) | | |
insertAfter | void insertAfter(T node)(Code) | | |
insertBefore | void insertBefore(T node)(Code) | | |
removeMe | void removeMe()(Code) | | |
replaceMe | void replaceMe(T node)(Code) | | |
|
|