public static class DexDalvikInstruction.Parameter
extends java.lang.Object
Parameter for a Dalvik instruction.
Modifier and Type | Method and Description |
---|---|
int |
getType()
Get the parameter type.
|
long |
getValue()
Get the parameter value, encoded in a long.
|
public int getType()
Get the parameter type.
See the TYPE_xxx
constants.
TYPE_xxx
constantspublic long getValue()
Get the parameter value, encoded in a long.
See the TYPE_xxx
constants.
TYPE_xxx
constant to determine how to decode it