public class OperationDiv extends Operation
leftOperand, rightOperand| Constructor and Description |
|---|
OperationDiv(int leftOperand,
int rightOperand) |
OperationDiv(int leftOperand,
Operation rightOperation) |
OperationDiv(Operation leftOperation,
int rightOperand) |
OperationDiv(Operation leftOperation,
Operation rightOperation) |
| Modifier and Type | Method and Description |
|---|---|
int |
calculate()
Delegates the operation between two integers to the subclasses
|
getLeftOperand, getLeftOperation, getRightOperand, getRightOperation, processCopyright © 2015. All rights reserved.