public class Plus extends BinaryExpr
| Constructor and Description |
|---|
Plus(RationalExpr e,
RationalExpr f) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getLeft, getRight, setLeft, setRightmult, one, plus, zeropublic Plus(RationalExpr e, RationalExpr f)
e - ef - fCopyright © 2020. All rights reserved.