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)