public abstract class BinaryStringOperation extends BinaryOperation
operand1, operand2| Constructor and Description |
|---|
BinaryStringOperation(java.lang.String name,
Expression operand1,
Expression operand2) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.lang.Object> |
evaluateOperands() |
binaryEvaluation, evaluate, getChildren, getOperandCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getPrioritypublic BinaryStringOperation(java.lang.String name,
Expression operand1,
Expression operand2)
protected java.util.List<java.lang.Object> evaluateOperands()
evaluateOperands in class BinaryOperation