public class DoubleOperand extends ParsedOperand<java.lang.Double>
| Constructor and Description |
|---|
DoubleOperand(java.lang.String expressionString) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<java.lang.Double> |
getOperandsJavaType()
Can be used to get the java type of the operand.
|
OperandType |
getOperandType() |
java.lang.Double |
value()
Gets the value of the operand
|
getExpressionStringgetStringRepresentationOfOperandsJavaTypespublic java.lang.Class<java.lang.Double> getOperandsJavaType()
OperandgetOperandsJavaType in class Operand<java.lang.Double>public java.lang.Double value()
Operandpublic OperandType getOperandType()
getOperandType in class Operand<java.lang.Double>Copyright © 2017-2018 Holisticon AG. All Rights Reserved.