| Package | Description |
|---|---|
| rationals.expr |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryExpr |
class |
Letter
A letter expression is simply a wrapper over any object.
|
class |
Plus
A plus expression.
|
class |
Product
A product expression.
|
| Modifier and Type | Method and Description |
|---|---|
RationalExpr |
BinaryExpr.getLeft() |
RationalExpr |
BinaryExpr.getRight() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryExpr.setLeft(RationalExpr left) |
void |
BinaryExpr.setRight(RationalExpr right) |
| Constructor and Description |
|---|
BinaryExpr(RationalExpr e,
RationalExpr f)
Construct a binary expression from two sub-expressions.
|
Plus(RationalExpr e,
RationalExpr f) |
Product(RationalExpr e,
RationalExpr f) |
Copyright © 2018. All rights reserved.