public abstract class

RpcCommand

extends Object
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.RpcCommand
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Encapsulates a basic operation to be performed in RPC command stream.

Summary

Public Constructors
RpcCommand()
Public Methods
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)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RpcCommand ()

Public Methods

public void clear ()

Delete all internal state so that the command may be used only for instance tracking.

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