AddressXML

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

10.3_PUBLIC

addedfield: MAX_PIECES
static int MAX_PIECES

10.2_PUBLIC

addedmethod: decode
static ghidra.program.model.address.Address decode(ghidra.program.model.pcode.Decoder decoder) throws DecoderException
addedmethod: decodeFromAttributes
static ghidra.program.model.address.Address decodeFromAttributes(ghidra.program.model.pcode.Decoder decoder) throws DecoderException
addedmethod: decodeStorageFromAttributes
static ghidra.program.model.listing.VariableStorage decodeStorageFromAttributes(int size, ghidra.program.model.pcode.Decoder decoder, ghidra.program.model.pcode.PcodeFactory pcodeFactory) throws DecoderException
addedmethod: encode
void encode(ghidra.program.model.pcode.Encoder encoder) throws IOException
addedmethod: encode
static void encode(ghidra.program.model.pcode.Encoder encoder, ghidra.program.model.address.Address addr) throws IOException
addedmethod: encode
static void encode(ghidra.program.model.pcode.Encoder encoder, ghidra.program.model.address.Address addr, int size) throws IOException
addedmethod: encode
static void encode(ghidra.program.model.pcode.Encoder encoder, ghidra.program.model.pcode.Varnode[] varnodes, long logicalsize) throws IOException
addedmethod: encodeAttributes
static void encodeAttributes(ghidra.program.model.pcode.Encoder encoder, ghidra.program.model.address.Address addr) throws IOException
addedmethod: encodeAttributes
static void encodeAttributes(ghidra.program.model.pcode.Encoder encoder, ghidra.program.model.address.Address addr, int size) throws IOException
addedmethod: encodeAttributes
static void encodeAttributes(ghidra.program.model.pcode.Encoder encoder, ghidra.program.model.address.Address startAddr, ghidra.program.model.address.Address endAddr) throws IOException
removedmethod: appendAttributes
static void appendAttributes(java.lang.StringBuilder buf, ghidra.program.model.address.Address addr)
removedmethod: appendAttributes
static void appendAttributes(java.lang.StringBuilder buf, ghidra.program.model.address.Address addr, int size)
removedmethod: appendAttributes
static void appendAttributes(java.lang.StringBuilder buffer, ghidra.program.model.address.Address startAddr, ghidra.program.model.address.Address endAddr)
removedmethod: buildXML
static void buildXML(java.lang.StringBuilder buf, ghidra.program.model.address.Address addr)
removedmethod: buildXML
static void buildXML(java.lang.StringBuilder buf, ghidra.program.model.address.Address addr, int size)
removedmethod: buildXML
static void buildXML(java.lang.StringBuilder buf, ghidra.program.model.pcode.Varnode[] varnodes, long logicalsize)
removedmethod: readXML
static ghidra.program.model.address.Address readXML(java.lang.String addrstring, ghidra.program.model.address.AddressFactory addrfactory) throws PcodeXMLException
removedmethod: readXML
static ghidra.program.model.address.Address readXML(ghidra.xml.XmlElement el, ghidra.program.model.address.AddressFactory addrFactory)
removedmethod: readXML
static ghidra.program.model.address.Address readXML(java.lang.String localName, org.xml.sax.Attributes attr, ghidra.program.model.address.AddressFactory addrFactory)
removedmethod: readXMLSize
static int readXMLSize(java.lang.String addrxml)
removedmethod: saveXml
void saveXml(java.lang.StringBuilder buffer)

10.0_PUBLIC

introducedInitial version