public abstract class RpcCommand extends Object
Constructor and Description |
---|
RpcCommand() |
Modifier and Type | Method and Description |
---|---|
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) |
public void clear()
public abstract void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
Copyright © 2018. All rights reserved.