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