com.google.gwt.rpc.client.ast
Class RpcCommand

java.lang.Object
  extended by com.google.gwt.rpc.client.ast.RpcCommand
Direct Known Subclasses:
ReturnCommand, SetCommand, ThrowCommand, ValueCommand

public abstract class RpcCommand
extends java.lang.Object

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

RpcCommand

public RpcCommand()
Method Detail

clear

public void clear()
Delete all internal state so that the command may be used only for instance tracking.


traverse

public abstract void traverse(RpcCommandVisitor visitor,
                              RpcCommandVisitor.Context ctx)