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