public class AndOperatorExpression extends OperatorExpression
firstOperand, operator, secondOperand
resolvedType
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, setSecondOperand
getResolvedType, hasResolvedType
equals, getChildren, getComments, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, hashCode, setModule, setParent, setRegion, setUri, toString
public AndOperatorExpression()
public AndOperatorExpression(Expression firstOperand, Expression secondOperand)
public Boolean execute(IEolContext context) throws EolRuntimeException
EolRuntimeException
Copyright © 2020. All rights reserved.