abstract class DefaultMultiplicativeExpr extends DefaultArithExpr implements MultiplicativeExpr
Constructor and Description |
---|
DefaultMultiplicativeExpr(Expr lhs,
Expr rhs) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
getLHS, getOperator, getRHS, getText, setLHS, setRHS, simplify
convertToIterator, convertToList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLHS, getOperator, getRHS
public java.lang.String toString()
toString
in class DefaultArithExpr