public class ResultTernaryExpression extends BinaryOperatorExpression
| Constructor and Description |
|---|
ResultTernaryExpression() |
| Modifier and Type | Method and Description |
|---|---|
Type |
getReturnType()
Gets the return type of the expression.
|
ValueObject |
getValue()
Executes and returns the value of this expression.
|
accept, getLeftOperandExpression, getRightOperandExpression, initialize, toString, uninitializepublic Type getReturnType() throws ExpressionEngineException
ExpressiongetReturnType in interface ExpressiongetReturnType in class BinaryOperatorExpressionExpressionEngineException - If there is any problem during executionExpression.getReturnType()public ValueObject getValue() throws ExpressionEngineException
ExpressiongetValue in interface ExpressiongetValue in class BinaryOperatorExpressionExpressionEngineException - if there is any problem during execution