A C D G I M O P R S T U

P

perform(int, int) - Method in class ca.bcit.cst.comp2526.assign2b.solution.AdditionOperation
Add operandA to operandB.
perform(int, int) - Method in class ca.bcit.cst.comp2526.assign2b.solution.DivisionOperation
Divide operandA by operandB.
perform(int, int) - Method in class ca.bcit.cst.comp2526.assign2b.solution.MultiplicationOperation
Multiply operandA by operandB.
perform(int, int) - Method in interface ca.bcit.cst.comp2526.assign2b.solution.Operation
Perform the operation on the supplied operands.
perform(Operation) - Method in class ca.bcit.cst.comp2526.assign2b.solution.RPNCalculator
Perform the specified operation with the top two values on the operand stack.
perform(int, int) - Method in class ca.bcit.cst.comp2526.assign2b.solution.SubtractionOperation
Subtract operandA from operandB.
pop() - Method in class ca.bcit.cst.comp2526.assign2b.solution.Stack
Removes the top item from the stack.
processFormula(RPNCalculator, String) - Static method in class ca.bcit.cst.comp2526.assign2b.solution.RPNCalculatorUtils
Process the speicified formula using the provided calculator.
push(int) - Method in class ca.bcit.cst.comp2526.assign2b.solution.RPNCalculator
Push the speicifed operand onto the operand stack.
push(int) - Method in class ca.bcit.cst.comp2526.assign2b.solution.Stack
Push a value onto the top of the stack.

A C D G I M O P R S T U