Encoder

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

12.0_PUBLIC

addedmethod: writeOpcode
void writeOpcode(ghidra.program.model.pcode.AttributeId attribId, ghidra.pcodeCPort.opcodes.OpCode opcode) throws IOException
removedmethod: writeOpcode
void writeOpcode(ghidra.program.model.pcode.AttributeId attribId, int opcode) throws IOException

11.1_PUBLIC

addedmethod: writeOpcode
void writeOpcode(ghidra.program.model.pcode.AttributeId attribId, int opcode) throws IOException
addedmethod: writeSpace
void writeSpace(ghidra.program.model.pcode.AttributeId attribId, int index, java.lang.String name) throws IOException
removedmethod: clear
void clear()
removedmethod: isEmpty
boolean isEmpty()
removedmethod: writeTo
void writeTo(java.io.OutputStream stream) throws IOException

10.3_PUBLIC

addedmethod: writeStringIndexed
void writeStringIndexed(ghidra.program.model.pcode.AttributeId attribId, int index, java.lang.String val) throws IOException

10.2_PUBLIC

introducedInitial version