Class IntNum

    • Method Detail

      • getInt

        public int getInt()
        Retrieve the int value.
      • getInt64

        public long getInt64()
        Retrieve the 64-bit int value.
      • getBigInteger

        public BigInteger getBigInteger()
        Retrieve the BigInteger value.
      • toString

        public String toString()
        Returns a string representation of the numeral.
        Overrides:
        toString in class Expr<IntSort>