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