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