Package engine

Class Operand


  • public class Operand
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Operand()  
      Operand​(java.util.Stack<java.lang.Double> st)  
    • Constructor Detail

      • Operand

        public Operand​(java.util.Stack<java.lang.Double> st)
      • Operand

        public Operand()
    • Method Detail

      • addDigit

        public void addDigit​(char digit)
      • deleteLastDigit

        public void deleteLastDigit()
      • reset

        public void reset()
      • complete

        public void complete()