mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Link to OperandType in documentation
getOperandType(int) returns int, so it's not otherwise clear how to interpret the result.
This commit is contained in:
parent
74c7fd4adc
commit
45078b7848
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ public interface Instruction extends CodeUnit, ProcessorContext {
|
|||
*
|
||||
* @param opIndex the index of the operand. (zero based)
|
||||
* @return the type of the operand.
|
||||
*
|
||||
* @see OperandType
|
||||
*/
|
||||
public int getOperandType(int opIndex);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue