HighVariable

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

10.2_PUBLIC

addedmethod: decode
void decode(ghidra.program.model.pcode.Decoder decoder) throws DecoderException
addedmethod: decodeInstances
void decodeInstances(ghidra.program.model.pcode.Decoder decoder) throws DecoderException
removedmethod: restoreInstances
void restoreInstances(ghidra.xml.XmlPullParser parser, ghidra.xml.XmlElement el) throws PcodeXMLException
removedmethod: restoreXml
void restoreXml(ghidra.xml.XmlPullParser parser) throws PcodeXMLException

9.2_PUBLIC

addedmethod: getOffset
int getOffset()
addedmethod: getSymbol
ghidra.program.model.pcode.HighSymbol getSymbol()
addedfield: offset
int offset
addedmethod: requiresDynamicStorage
boolean requiresDynamicStorage()
addedmethod: restoreInstances
void restoreInstances(ghidra.xml.XmlPullParser parser, ghidra.xml.XmlElement el) throws PcodeXMLException
addedmethod: restoreXml
void restoreXml(ghidra.xml.XmlPullParser parser) throws PcodeXMLException
removedmethod: getStorage
ghidra.program.model.listing.VariableStorage getStorage()

9.0.2_PUBLIC

addedmethod: setHighOnInstances
void setHighOnInstances()

9.0.1_PUBLIC

introducedInitial version