public abstract class BinaryOperator extends BinaryExpression
BinaryExpression that is an operator, meaning the string representation is
x symbol y, rather than funcName(x, y).
Requires both inputs to be of the same data type.
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
children, equals, eval, getLeft, getRight, hashCodedataType, referencespublic String toString()
toString in interface ExpressiontoString in class Object