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