Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.render.AddressFormatter.AddressBase
Packages that use AddressFormatter.AddressBase
Package
Description
Types used during the generation of native code disassembly.
-
Uses of AddressFormatter.AddressBase in com.pnfsoftware.jeb.core.units.code.asm.render
Methods in com.pnfsoftware.jeb.core.units.code.asm.render that return AddressFormatter.AddressBaseModifier and TypeMethodDescriptionAddressFormatter.getBase()AddressFormatter.AddressBase.nextBase()static AddressFormatter.AddressBaseReturns the enum constant of this class with the specified name.static AddressFormatter.AddressBase[]AddressFormatter.AddressBase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.asm.render with parameters of type AddressFormatter.AddressBaseModifier and TypeMethodDescriptionAddressFormatter.format(INativeCodeUnit<?> unit, int bitsize, long address, IInstructionOperandGeneric opnd, AddressFormatter.AddressBase base) voidAddressFormatter.setBase(AddressFormatter.AddressBase base) Constructors in com.pnfsoftware.jeb.core.units.code.asm.render with parameters of type AddressFormatter.AddressBaseModifierConstructorDescriptionAddressFormatter(AddressFormatter.AddressBase base, String pcName, NumberFormatter.HexaNotationType hexNotation)