Instruction

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

12.0.2_PUBLIC

modifiedmethod: getDefaultOperandRepresentation
param 1 renamed: opIndex → operandIndex
- java.lang.String getDefaultOperandRepresentation(int opIndex)
+ java.lang.String getDefaultOperandRepresentation(int operandIndex)
modifiedmethod: getDefaultOperandRepresentationList
param 1 renamed: opIndex → operandIndex
- java.util.List<java.lang.Object> getDefaultOperandRepresentationList(int opIndex)
+ java.util.List<java.lang.Object> getDefaultOperandRepresentationList(int operandIndex)
modifiedmethod: getOperandRefType
param 1 renamed: index → operandIndex
- ghidra.program.model.symbol.RefType getOperandRefType(int index)
+ ghidra.program.model.symbol.RefType getOperandRefType(int operandIndex)
modifiedmethod: getOperandType
param 1 renamed: opIndex → operandIndex
- int getOperandType(int opIndex)
+ int getOperandType(int operandIndex)
modifiedmethod: getOpObjects
param 1 renamed: opIndex → operandIndex
- java.lang.Object[] getOpObjects(int opIndex)
+ java.lang.Object[] getOpObjects(int operandIndex)
modifiedmethod: getPcode
param 1 renamed: opIndex → operandIndex
- ghidra.program.model.pcode.PcodeOp[] getPcode(int opIndex)
+ ghidra.program.model.pcode.PcodeOp[] getPcode(int operandIndex)
modifiedmethod: getRegister
param 1 renamed: opIndex → operandIndex
- ghidra.program.model.lang.Register getRegister(int opIndex)
+ ghidra.program.model.lang.Register getRegister(int operandIndex)
modifiedmethod: getSeparator
param 1 renamed: opIndex → operandIndex
- java.lang.String getSeparator(int opIndex)
+ java.lang.String getSeparator(int operandIndex)

10.4_PUBLIC

addedmethod: getParsedBytes
byte[] getParsedBytes() throws MemoryAccessException
addedmethod: getParsedLength
int getParsedLength()
addedmethod: isLengthOverridden
boolean isLengthOverridden()
addedfield: MAX_LENGTH_OVERRIDE
static int MAX_LENGTH_OVERRIDE
addedmethod: setLengthOverride
void setLengthOverride(int length) throws CodeUnitInsertionException

9.0.2_PUBLIC

introducedInitial version