com.google.gwt.rpc.client.ast
Class SetCommand
java.lang.Object
com.google.gwt.rpc.client.ast.RpcCommand
com.google.gwt.rpc.client.ast.SetCommand
public class SetCommand
- extends RpcCommand
A command to set the value of an object in the command stream.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetCommand
public SetCommand(java.lang.Class<?> fieldDeclClass,
java.lang.String field,
ValueCommand value)
clear
public void clear()
- Description copied from class:
RpcCommand
- Delete all internal state so that the command may be used only for instance
tracking.
- Overrides:
clear in class RpcCommand
getField
public java.lang.String getField()
getFieldDeclClass
public java.lang.Class<?> getFieldDeclClass()
getValue
public ValueCommand getValue()
traverse
public void traverse(RpcCommandVisitor visitor,
RpcCommandVisitor.Context ctx)
- Specified by:
traverse in class RpcCommand