Class RadixBigInteger

java.lang.Object
java.lang.Number
java.math.BigInteger
ghidra.sleigh.grammar.RadixBigInteger
All Implemented Interfaces:
Serializable, Comparable<BigInteger>

public class RadixBigInteger extends BigInteger
See Also:
  • Field Details

    • preferredRadix

      protected int preferredRadix
    • location

      public final Location location
  • Constructor Details

    • RadixBigInteger

      public RadixBigInteger(Location location, byte[] val)
    • RadixBigInteger

      public RadixBigInteger(Location location, String val)
    • RadixBigInteger

      public RadixBigInteger(Location location, int signum, byte[] magnitude)
    • RadixBigInteger

      public RadixBigInteger(Location location, String val, int radix)
    • RadixBigInteger

      public RadixBigInteger(Location location, int numBits, Random rnd)
    • RadixBigInteger

      public RadixBigInteger(Location location, int bitLength, int certainty, Random rnd)
  • Method Details

    • getPreferredRadix

      public int getPreferredRadix()
    • setPreferredRadix

      public void setPreferredRadix(int preferredRadix)
    • toString

      public String toString()
      Overrides:
      toString in class BigInteger