public abstract class AbstractBooleanBinaryOperation extends AbstractBaseBinaryOperation
operand1, operand2| Constructor and Description |
|---|
AbstractBooleanBinaryOperation(java.lang.String name,
Expression operand1,
Expression operand2) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
validateOperandType(java.lang.Object value) |
evaluateOperands, getPrioritybinaryEvaluation, evaluate, getChildren, getOperandCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescriptionpublic AbstractBooleanBinaryOperation(java.lang.String name,
Expression operand1,
Expression operand2)
protected void validateOperandType(java.lang.Object value)
validateOperandType in class AbstractBaseBinaryOperation