public class MethodIdItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_OFFSET |
static int |
ITEM_SIZE |
static int |
NAME_OFFSET |
static int |
PROTO_OFFSET |
| Constructor and Description |
|---|
MethodIdItem() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
asString(DexBackedDexFile dexFile,
int methodIndex) |
static java.lang.String[] |
getMethods(DexBackedDexFile dexFile) |
static java.lang.String |
getReferenceAnnotation(DexBackedDexFile dexFile,
int methodIndex) |
static SectionAnnotator |
makeAnnotator(DexAnnotator annotator,
MapItem mapItem) |
public static final int ITEM_SIZE
public static final int CLASS_OFFSET
public static final int PROTO_OFFSET
public static final int NAME_OFFSET
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem)
@Nonnull
public static java.lang.String asString(@Nonnull
DexBackedDexFile dexFile,
int methodIndex)
@Nonnull
public static java.lang.String getReferenceAnnotation(@Nonnull
DexBackedDexFile dexFile,
int methodIndex)
public static java.lang.String[] getMethods(@Nonnull
DexBackedDexFile dexFile)