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