public class MultiplyExpression extends BinaryOperatorExpression
| Constructor and Description |
|---|
MultiplyExpression() |
| Modifier and Type | Method and Description |
|---|---|
ValueObject |
getValue()
Performs the multiplications.
|
accept, getLeftOperandExpression, getReturnType, getRightOperandExpression, initialize, toString, uninitializepublic ValueObject getValue() throws ExpressionEngineException
getValue in interface ExpressiongetValue in class BinaryOperatorExpressionExpressionEngineException - if there is any problem during executionExpression.getValue()