public class ProtoIdItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ITEM_SIZE |
static int |
PARAMETERS_OFFSET |
static int |
RETURN_TYPE_OFFSET |
static int |
SHORTY_OFFSET |
| Constructor and Description |
|---|
ProtoIdItem() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
asString(DexBackedDexFile dexFile,
int protoIndex) |
static java.lang.String[] |
getProtos(DexBackedDexFile dexFile) |
static java.lang.String |
getReferenceAnnotation(DexBackedDexFile dexFile,
int protoIndex) |
static SectionAnnotator |
makeAnnotator(DexAnnotator annotator,
MapItem mapItem) |
public static final int ITEM_SIZE
public static final int SHORTY_OFFSET
public static final int RETURN_TYPE_OFFSET
public static final int PARAMETERS_OFFSET
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem)
@Nonnull
public static java.lang.String getReferenceAnnotation(@Nonnull
DexBackedDexFile dexFile,
int protoIndex)
@Nonnull
public static java.lang.String asString(@Nonnull
DexBackedDexFile dexFile,
int protoIndex)
public static java.lang.String[] getProtos(@Nonnull
DexBackedDexFile dexFile)