|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.rpc.client.ast.RpcCommand
public abstract class RpcCommand
Encapsulates a basic operation to be performed in RPC command stream.
| Constructor Summary | |
|---|---|
RpcCommand()
|
|
| Method Summary | |
|---|---|
void |
clear()
Delete all internal state so that the command may be used only for instance tracking. |
abstract void |
traverse(RpcCommandVisitor visitor,
RpcCommandVisitor.Context ctx)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RpcCommand()
| Method Detail |
|---|
public void clear()
public abstract void traverse(RpcCommandVisitor visitor,
RpcCommandVisitor.Context ctx)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||