public class MinusOperatorExpression extends EagerOperatorExpression
firstOperand, operator, secondOperandresolvedType| Constructor and Description |
|---|
MinusOperatorExpression() |
MinusOperatorExpression(Expression firstOperand,
Expression secondOperand) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object o1,
Object o2,
IEolContext context) |
executebuild, compile, getFirstOperand, getOperands, getOperator, getSecondOperand, isBooleanOperator, setFirstOperand, setOperator, setSecondOperandgetResolvedType, hasResolvedTypegetChildren, getComments, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUripublic MinusOperatorExpression()
public MinusOperatorExpression(Expression firstOperand, Expression secondOperand)
public Object execute(Object o1, Object o2, IEolContext context) throws EolRuntimeException
execute in class EagerOperatorExpressionEolRuntimeExceptionCopyright © 2016. All rights reserved.