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_xxxconstants.- Returns:
- the parameter type, one of the
TYPE_xxxconstants defined inIDalvikInstruction
-
getValue
long getValue()Get the parameter value, encoded in a long.See the
TYPE_xxxconstants.- Returns:
- the parameter value, refer to the appropriate
TYPE_xxxconstant inIDalvikInstructionto determine how to decode it
-