com.pnfsoftware.jeb.core.units.code.android.dex.IDalvikInstructionParameter |
Parameter definition for a Dalvik instruction. Retrieved via
getParameter(int)
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getType()
Get the parameter type.
| ||||||||||
abstract long |
getValue()
Get the parameter value, encoded in a long.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.IInstructionOperand
|
Get the parameter type.
See the TYPE_xxx
constants.
TYPE_xxx
constants defined in
IDalvikInstruction
Get the parameter value, encoded in a long.
See the TYPE_xxx
constants.
TYPE_xxx
constant in
IDalvikInstruction
to determine how to decode it