Package ghidra.sleigh.grammar
Class RadixBigInteger
- java.lang.Object
- 
- java.lang.Number
- 
- java.math.BigInteger
- 
- ghidra.sleigh.grammar.RadixBigInteger
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Comparable<java.math.BigInteger>
 
 public class RadixBigInteger extends java.math.BigInteger- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description Locationlocationprotected intpreferredRadix
 - 
Constructor SummaryConstructors Constructor Description RadixBigInteger(Location location, byte[] val)RadixBigInteger(Location location, int signum, byte[] magnitude)RadixBigInteger(Location location, int bitLength, int certainty, java.util.Random rnd)RadixBigInteger(Location location, int numBits, java.util.Random rnd)RadixBigInteger(Location location, java.lang.String val)RadixBigInteger(Location location, java.lang.String val, int radix)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPreferredRadix()voidsetPreferredRadix(int preferredRadix)java.lang.StringtoString()- 
Methods inherited from class java.math.BigIntegerabs, 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, pow, probablePrime, remainder, setBit, shiftLeft, shiftRight, shortValueExact, signum, sqrt, sqrtAndRemainder, subtract, testBit, toByteArray, toString, valueOf, xor
 
- 
 
- 
- 
- 
Field Detail- 
preferredRadixprotected int preferredRadix 
 - 
locationpublic final Location location 
 
- 
 - 
Constructor Detail- 
RadixBigIntegerpublic RadixBigInteger(Location location, byte[] val) 
 - 
RadixBigIntegerpublic RadixBigInteger(Location location, java.lang.String val) 
 - 
RadixBigIntegerpublic RadixBigInteger(Location location, int signum, byte[] magnitude) 
 - 
RadixBigIntegerpublic RadixBigInteger(Location location, java.lang.String val, int radix) 
 - 
RadixBigIntegerpublic RadixBigInteger(Location location, int numBits, java.util.Random rnd) 
 - 
RadixBigIntegerpublic RadixBigInteger(Location location, int bitLength, int certainty, java.util.Random rnd) 
 
- 
 
-