public static class DexDalvikInstruction.Parameter
extends java.lang.Object
Parameter for a Dalvik instruction.
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