Decoder

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

11.1_PUBLIC

addedmethod: readOpcode
int readOpcode() throws DecoderException
addedmethod: readOpcode
int readOpcode(ghidra.program.model.pcode.AttributeId attribId) throws DecoderException
addedmethod: setAddressFactory
void setAddressFactory(ghidra.program.model.address.AddressFactory addrFactory)

10.3_PUBLIC

addedmethod: getIndexedAttributeId
int getIndexedAttributeId(ghidra.program.model.pcode.AttributeId attribId) throws DecoderException

10.2.3_PUBLIC

addedmethod: readSignedIntegerExpectString
long readSignedIntegerExpectString(java.lang.String expect, long expectval) throws DecoderException
addedmethod: readSignedIntegerExpectString
long readSignedIntegerExpectString(ghidra.program.model.pcode.AttributeId attribId, java.lang.String expect, long expectval) throws DecoderException

10.2_PUBLIC

introducedInitial version