Uses of Class
calculator.InvaildOperatorException
-
Uses of InvaildOperatorException in calculator
Modifier and TypeMethodDescriptionprivate void
CalculatorModel.evaluateExpression
(StringBuilder inputStringBuilder) This method evaluates the current expression.void
CalculatorModel.handleOperation
(String operationName, StringBuilder argumentStringBuilder) This method will handle all the special operation of the calculator.private void
CalculatorModel.handleOperationsBasedOnPrecedence
(String operator, boolean isHighPrecedence) This method handles the operation based on the precedence.