public class EqualsOperation extends AbstractEqualsOperation
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
operand1, operand2| Constructor and Description |
|---|
EqualsOperation(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() |
getPriority, validateOperandTypeevaluateOperandsevaluate, getChildren, getOperandCountpublic static final java.lang.String NAME
public EqualsOperation(Expression operand1, Expression operand2)
protected java.lang.Object binaryEvaluation(java.lang.Object operand1,
java.lang.Object operand2)
binaryEvaluation in class BinaryOperationpublic java.lang.String getDescription()