MappedEntry

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

11.1_PUBLIC

addedmethod: getMutability
int getMutability()
addedmethod: getMutabilityOfAddress
static int getMutabilityOfAddress(ghidra.program.model.address.Address addr, ghidra.program.model.listing.Program program)
removedmethod: isReadOnly
boolean isReadOnly()
removedmethod: isVolatile
boolean isVolatile()

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: restoreXML
void restoreXML(ghidra.xml.XmlPullParser parser) throws PcodeXMLException
removedmethod: saveXml
void saveXml(java.lang.StringBuilder buf)

9.2_PUBLIC

introducedInitial version