
public class DoubleValueCommand extends ScalarValueCommand
| Constructor and Description |
|---|
DoubleValueCommand(double value) |
DoubleValueCommand(Double value) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getValue()
Returns the value represented by the ScalarValueCommand.
|
void |
traverse(RpcCommandVisitor visitor,
RpcCommandVisitor.Context ctx) |
equals, hashCodeclearpublic DoubleValueCommand(double value)
public DoubleValueCommand(Double value)
public Double getValue()
ScalarValueCommandgetValue in class ScalarValueCommandpublic void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
traverse in class RpcCommandCopyright © 2018. All rights reserved.