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