public class GreaterEqualOperatorExpression extends EagerOperatorExpression
firstOperand, operator, secondOperand
resolvedType
Constructor and Description |
---|
GreaterEqualOperatorExpression() |
GreaterEqualOperatorExpression(Expression firstOperand,
Expression secondOperand) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(Object o1,
Object o2,
IEolContext context) |
execute
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 GreaterEqualOperatorExpression()
public GreaterEqualOperatorExpression(Expression firstOperand, Expression secondOperand)
public Object execute(Object o1, Object o2, IEolContext context) throws EolRuntimeException
execute
in class EagerOperatorExpression
EolRuntimeException
Copyright © 2018. All rights reserved.