public class DoubleOperand extends ParsedOperand<Double>
| Constructor | Description |
|---|---|
DoubleOperand(String expressionString) |
| Modifier and Type | Method | Description |
|---|---|---|
Class<Double> |
getOperandsJavaType() |
Can be used to get the java type of the operand.
|
OperandType |
getOperandType() |
|
Double |
value() |
Gets the value of the operand
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStringRepresentationOfOperandsJavaTypesgetExpressionStringpublic DoubleOperand(String expressionString)
public Class<Double> getOperandsJavaType()
OperandgetOperandsJavaType in class Operand<Double>public OperandType getOperandType()
getOperandType in class Operand<Double>Copyright © 2017–2020 Holisticon AG. All rights reserved.