Package ghidra.sleigh.grammar
Class RadixBigInteger
java.lang.Object
java.lang.Number
java.math.BigInteger
ghidra.sleigh.grammar.RadixBigInteger
- All Implemented Interfaces:
Serializable
,Comparable<BigInteger>
- See Also:
-
Field Summary
Fields inherited from class java.math.BigInteger
ONE, TEN, TWO, ZERO
-
Constructor Summary
ConstructorDescriptionRadixBigInteger
(Location location, byte[] val) RadixBigInteger
(Location location, int signum, byte[] magnitude) RadixBigInteger
(Location location, int bitLength, int certainty, Random rnd) RadixBigInteger
(Location location, int numBits, Random rnd) RadixBigInteger
(Location location, String val) RadixBigInteger
(Location location, String val, int radix) -
Method Summary
Methods inherited from class java.math.BigInteger
abs, add, and, andNot, bitCount, bitLength, byteValueExact, clearBit, compareTo, divide, divideAndRemainder, doubleValue, equals, flipBit, floatValue, gcd, getLowestSetBit, hashCode, intValue, intValueExact, isProbablePrime, longValue, longValueExact, max, min, mod, modInverse, modPow, multiply, negate, nextProbablePrime, not, or, parallelMultiply, pow, probablePrime, remainder, setBit, shiftLeft, shiftRight, shortValueExact, signum, sqrt, sqrtAndRemainder, subtract, testBit, toByteArray, toString, valueOf, xor
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
preferredRadix
protected int preferredRadix -
location
-
-
Constructor Details
-
RadixBigInteger
-
RadixBigInteger
-
RadixBigInteger
-
RadixBigInteger
-
RadixBigInteger
-
RadixBigInteger
-
-
Method Details
-
getPreferredRadix
public int getPreferredRadix() -
setPreferredRadix
public void setPreferredRadix(int preferredRadix) -
toString
- Overrides:
toString
in classBigInteger
-