Class Calculator


  • public class Calculator
    extends java.lang.Object
    Command-line calculator.
    Version:
    1.11.0
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Calculator()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Command-line entry point.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Calculator

        private Calculator()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws ParseException
        Command-line entry point.
        Parameters:
        args - Command-line parameters.
        Throws:
        ParseException - In case of invalid input