Interface IDalvikInstructionParameter
- All Superinterfaces:
IInstructionOperand
Parameter definition for a Dalvik instruction. Retrieved via
IDalvikInstruction.getParameter(int)
.-
Method Summary
Methods inherited from interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand
format
-
Method Details
-
getType
int getType()Get the parameter type.See the
TYPE_xxx
constants.- Returns:
- the parameter type, one of the
TYPE_xxx
constants defined inIDalvikInstruction
-
getValue
long getValue()Get the parameter value, encoded in a long.See the
TYPE_xxx
constants.- Returns:
- the parameter value, refer to the appropriate
TYPE_xxx
constant inIDalvikInstruction
to determine how to decode it
-