Uses of Class
ca.bcit.cst.comp2526.assign2b.solution.InvalidOperationTypeException

Uses of InvalidOperationTypeException in ca.bcit.cst.comp2526.assign2b.solution
 

Methods in ca.bcit.cst.comp2526.assign2b.solution that throw InvalidOperationTypeException
static Operation RPNCalculator.getOperation(char code)
          Get the Operation specified by the code.
static int RPNCalculatorUtils.processFormula(RPNCalculator calc, java.lang.String formula)
          Process the speicified formula using the provided calculator.