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:
Carl Reinke 2019-09-14 13:30:44 -06:00 committed by GitHub
parent 74c7fd4adc
commit 45078b7848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);