Package | Description |
---|---|
data | |
process |
Modifier and Type | Class and Description |
---|---|
class |
Addition
The Addition operation, sub-class of
ArithmeticOperation . |
class |
Multiplication
The Multiplication operation, sub-class of
ArithmeticOperation . |
class |
Subtraction
The Subtraction operation, sub-class of
ArithmeticOperation . |
Modifier and Type | Method and Description |
---|---|
static ArithmeticOperation |
TreeNodeFactory.createOperation(char type,
Tree leftOperand,
Tree rightOperand)
Create a concrete arithmetic operation.
|