
public class SetCommand extends RpcCommand
| Constructor and Description |
|---|
SetCommand(Class<?> fieldDeclClass,
String field,
ValueCommand value) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Delete all internal state so that the command may be used only for instance
tracking.
|
String |
getField() |
Class<?> |
getFieldDeclClass() |
ValueCommand |
getValue() |
void |
traverse(RpcCommandVisitor visitor,
RpcCommandVisitor.Context ctx) |
public SetCommand(Class<?> fieldDeclClass, String field, ValueCommand value)
public void clear()
RpcCommandclear in class RpcCommandpublic String getField()
public Class<?> getFieldDeclClass()
public ValueCommand getValue()
public void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
traverse in class RpcCommandCopyright © 2018. All rights reserved.