JumpTable

Package: ghidra.program.model.pcode
Type: class

12.1_PUBLIC

addedmethod: getFormatOverride
static int getFormatOverride(ghidra.program.model.listing.Function func, ghidra.program.model.address.Address opAddress)
addedmethod: writeFormat
static void writeFormat(ghidra.program.model.listing.Function func, ghidra.program.model.address.Address opAddress, int displayFormat) throws InvalidInputException

10.2_PUBLIC

addedmethod: decode
void decode(ghidra.program.model.pcode.Decoder decoder) throws DecoderException
addedmethod: encode
void encode(ghidra.program.model.pcode.Encoder encoder) throws IOException
removedmethod: buildXml
void buildXml(java.lang.StringBuilder buf)
removedmethod: restoreXml
void restoreXml(ghidra.xml.XmlPullParser parser, ghidra.program.model.address.AddressFactory addrFactory) throws PcodeXMLException

9.0.1_PUBLIC

introducedInitial version