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