public abstract class Contains extends BinaryStringOperation
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
operand1, operand2| Constructor and Description |
|---|
Contains(Expression operand1,
Expression operand2) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
binaryEvaluation(java.lang.Object operand1,
java.lang.Object operand2) |
evaluateOperandsevaluate, getChildren, getOperandCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getPrioritypublic static final java.lang.String NAME
public Contains(Expression operand1, Expression operand2)
protected java.lang.Object binaryEvaluation(java.lang.Object operand1,
java.lang.Object operand2)
binaryEvaluation in class BinaryOperation