Class CipExpression.MathOp

    • Constructor Detail

      • MathOp

        public MathOp​(java.util.Deque<CipExpression> stack)
    • Method Detail

      • computeReal

        protected abstract double computeReal​(double left,
                                              double right)
      • computeBoolean

        protected boolean computeBoolean​(boolean left,
                                         boolean right)
      • computeBigInt

        protected abstract java.math.BigInteger computeBigInt​(java.math.BigInteger left,
                                                              java.math.BigInteger right)