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