public class LogicalOrOperation extends AbstractBooleanBinaryOperation
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
operand1, operand2| Constructor and Description |
|---|
LogicalOrOperation(Expression operand1,
Expression operand2) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
binaryEvaluation(java.lang.Object operand1,
java.lang.Object operand2) |
java.lang.String |
getDescription() |
int |
getPriority() |
validateOperandTypeevaluateOperandsevaluate, getChildren, getOperandCountpublic static final java.lang.String NAME
public LogicalOrOperation(Expression operand1, Expression operand2)
protected java.lang.Object binaryEvaluation(java.lang.Object operand1,
java.lang.Object operand2)
binaryEvaluation in class BinaryOperationpublic int getPriority()
getPriority in interface ExpressiongetPriority in class AbstractBaseBinaryOperationpublic java.lang.String getDescription()