public class NegativeOperatorExpression extends EagerOperatorExpression
firstOperand, operator, secondOperand
resolvedType
Constructor and Description |
---|
NegativeOperatorExpression() |
NegativeOperatorExpression(Expression operand) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(Object o1,
Object o2,
IEolContext context) |
execute
build, compile, getFirstOperand, getOperands, getOperator, getSecondOperand, setFirstOperand, setOperator, setSecondOperand
getResolvedType, hasResolvedType
equals, getChildren, getComments, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, hashCode, setModule, setParent, setRegion, setUri, toString
public NegativeOperatorExpression()
public NegativeOperatorExpression(Expression operand)
public Object execute(Object o1, Object o2, IEolContext context) throws EolRuntimeException
execute
in class EagerOperatorExpression
EolRuntimeException
Copyright © 2020. All rights reserved.