Package | Description |
---|---|
simplification |
Modifier and Type | Field and Description |
---|---|
static Operator |
Operator.DIV
/ operator.
|
static Operator |
Operator.MOINS
- operator.
|
static Operator |
Operator.MULT
* operator.
|
static Operator |
Operator.PLUS
+ operator.
|
Modifier and Type | Method and Description |
---|---|
Operator |
Binary.getOp()
Gets the op.
|
Constructor and Description |
---|
Binary(Term terme1,
Operator op1,
Term terme2)
Constructor.
|