public class MapItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ITEM_SIZE |
static int |
OFFSET_OFFSET |
static int |
SIZE_OFFSET |
static int |
TYPE_OFFSET |
| Constructor and Description |
|---|
MapItem(DexBackedDexFile dexFile,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemCount() |
java.lang.String |
getName() |
int |
getOffset() |
int |
getType() |
static SectionAnnotator |
makeAnnotator(DexAnnotator annotator,
MapItem mapItem) |
public static final int ITEM_SIZE
public static final int TYPE_OFFSET
public static final int SIZE_OFFSET
public static final int OFFSET_OFFSET
public MapItem(DexBackedDexFile dexFile, int offset)
public int getType()
@Nonnull public java.lang.String getName()
public int getItemCount()
public int getOffset()
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem)