BlockGraph

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

10.2_PUBLIC

addedmethod: decode
void decode(ghidra.program.model.pcode.Decoder decoder) throws DecoderException
addedmethod: decodeBody
void decodeBody(ghidra.program.model.pcode.Decoder decoder, ghidra.program.model.pcode.BlockMap resolver) throws DecoderException
addedmethod: encodeBody
void encodeBody(ghidra.program.model.pcode.Encoder encoder) throws IOException
removedmethod: restoreXml
void restoreXml(ghidra.xml.XmlPullParser parser, ghidra.program.model.address.AddressFactory factory) throws PcodeXMLException
removedmethod: restoreXmlBody
void restoreXmlBody(ghidra.xml.XmlPullParser parser, ghidra.program.model.pcode.BlockMap resolver) throws PcodeXMLException
removedmethod: saveXmlBody
void saveXmlBody(java.io.Writer writer) throws IOException

9.0.1_PUBLIC

introducedInitial version