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()
RpcCommand
clear
in class RpcCommand
public String getField()
public Class<?> getFieldDeclClass()
public ValueCommand getValue()
public void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
traverse
in class RpcCommand
Copyright © 2018. All rights reserved.