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