Uses of Class
logic.CalcLogic

Packages that use CalcLogic 
Package Description
logic  
  • Uses of CalcLogic in logic

    Methods in logic that return CalcLogic 
    Modifier and Type Method Description
    static CalcLogic CalcLogic.parse​(java.lang.String enc)  
    Methods in logic with parameters of type CalcLogic 
    Modifier and Type Method Description
    void OperatingSystem.execute​(CalcLogic calcLogic, Doable task)
    method responsible for recognizing commands entered into the command line or text field and executing them.