Class Operator


  • public class Operator
    extends java.lang.Object
    For internal use only
    • Constructor Summary

      Constructors 
      Constructor Description
      Operator()  
      Operator​(java.lang.String symbol)
      called from scheme with string for op
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char getText()  
      float Results​(float rA, float rB, Tax pTax)  
      void setText​(char cOperator)  
      • Methods inherited from class java.lang.Object

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

      • Operator

        public Operator()
      • Operator

        public Operator​(java.lang.String symbol)
                 throws java.lang.Exception
        called from scheme with string for op
        Throws:
        java.lang.Exception
    • Method Detail

      • getText

        public char getText()
      • setText

        public void setText​(char cOperator)
      • Results

        public float Results​(float rA,
                             float rB,
                             Tax pTax)