Class FiniteDomainNum<R>

All Implemented Interfaces:
Comparable<AST>

public class FiniteDomainNum<R> extends FiniteDomainExpr<R>
Finite-domain Numerals
  • Method Details

    • 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<FiniteDomainSort<R>>