|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BigInteger | |
| java.math | JML Specifications for the corresponding types in the Java Developement Kit (JDK). |
| org.jmlspecs.jmlrac.runtime | Classes for use during runtime assertion checking for code compiled with JML's runtime assertion checking compiler (jmlc). |
| org.jmlspecs.models | This package is a collection of types with immutable objects; it also enumerators (which have mutable objects) for the types of the immutable collections in the package. |
| org.jmlspecs.models.resolve | This package is a collection of types with immutable objects based on the RESOLVE specification language's mathematical models. |
| Uses of BigInteger in java.math |
| Fields in java.math declared as BigInteger | |
private static BigInteger[] |
BigInteger.longRadix
|
private static BigInteger |
BigInteger.SMALL_PRIME_PRODUCT
|
private static BigInteger |
BigInteger.TWO
|
static BigInteger |
BigInteger.ZERO
|
static BigInteger |
BigInteger.TEN
|
static BigInteger |
BigInteger.ONE
|
private static BigInteger[] |
BigInteger.posConst
|
private static BigInteger[] |
BigInteger.negConst
|
| Uses of BigInteger in org.jmlspecs.jmlrac.runtime |
| Methods in org.jmlspecs.jmlrac.runtime that return BigInteger | |
static BigInteger |
JMLRacBigIntegerUtils.value(BigInteger i)
This method is used in the RAC implementation of prefix ++ and -- over \bigint's. |
static BigInteger |
JMLRacBigIntegerUtils.first(BigInteger i,
BigInteger j)
This method is used in the RAC implementation of postfix ++ and -- over \bigint's. |
| Methods in org.jmlspecs.jmlrac.runtime with parameters of type BigInteger | |
static BigInteger |
JMLRacBigIntegerUtils.value(BigInteger i)
This method is used in the RAC implementation of prefix ++ and -- over \bigint's. |
static BigInteger |
JMLRacBigIntegerUtils.first(BigInteger i,
BigInteger j)
This method is used in the RAC implementation of postfix ++ and -- over \bigint's. |
| Uses of BigInteger in org.jmlspecs.models |
| Fields in org.jmlspecs.models declared as BigInteger | |
protected BigInteger |
JMLEqualsSequence._length
This sequence's length. |
protected BigInteger |
JMLValueSequence._length
This sequence's length. |
protected BigInteger |
JMLFiniteInteger.val
|
protected BigInteger |
JMLObjectSequence._length
This sequence's length. |
| Methods in org.jmlspecs.models that return BigInteger | |
abstract BigInteger |
JMLInfiniteInteger.finiteValue()
Assuming this integer is finite, return its value. |
BigInteger |
JMLFiniteInteger.finiteValue()
Return the value of this integer. |
BigInteger |
JMLNegativeInfinity.finiteValue()
Throw an ArithmeticException. |
BigInteger |
JMLPositiveInfinity.finiteValue()
Throw an ArithmeticException. |
| Constructors in org.jmlspecs.models with parameters of type BigInteger | |
JMLFiniteInteger(BigInteger n)
Initialize this finite integer from the given BigInteger. |
|
| Uses of BigInteger in org.jmlspecs.models.resolve |
| Fields in org.jmlspecs.models.resolve declared as BigInteger | |
private BigInteger |
NaturalNumber_JML_TestData.nines
|
private BigInteger |
NaturalNumber.value
The value of this natural number. |
private BigInteger |
NaturalNumber_JML_Test.TestNaturalNumber$2.val
Argument val |
| Methods in org.jmlspecs.models.resolve that return BigInteger | |
BigInteger |
NaturalNumber.bigIntegerValue()
Return the BigInteger value of this natural number. |
| Constructors in org.jmlspecs.models.resolve with parameters of type BigInteger | |
NaturalNumber(BigInteger val)
Initialize this natural number to the given BigInteger value. |
|
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||