| com.google.gwt.dev.jjs.ast.Context
Context | public interface Context (Code) | | The context in which a JNode visitation occurs. This represents the set of
possible operations a JVisitor subclass can perform on the currently visited
node.
|
canInsert | boolean canInsert()(Code) | | |
canRemove | boolean canRemove()(Code) | | |
removeMe | void removeMe()(Code) | | |
|
|