public class StringIdItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ITEM_SIZE |
| Constructor and Description |
|---|
StringIdItem() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getOptionalReferenceAnnotation(DexBackedDexFile dexFile,
int stringIndex) |
static java.lang.String |
getOptionalReferenceAnnotation(DexBackedDexFile dexFile,
int stringIndex,
boolean quote) |
static java.lang.String |
getReferenceAnnotation(DexBackedDexFile dexFile,
int stringIndex) |
static java.lang.String |
getReferenceAnnotation(DexBackedDexFile dexFile,
int stringIndex,
boolean quote) |
static SectionAnnotator |
makeAnnotator(DexAnnotator annotator,
MapItem mapItem) |
public static final int ITEM_SIZE
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem)
@Nonnull
public static java.lang.String getReferenceAnnotation(@Nonnull
DexBackedDexFile dexFile,
int stringIndex)
public static java.lang.String getReferenceAnnotation(@Nonnull
DexBackedDexFile dexFile,
int stringIndex,
boolean quote)
@Nonnull
public static java.lang.String getOptionalReferenceAnnotation(@Nonnull
DexBackedDexFile dexFile,
int stringIndex)
public static java.lang.String getOptionalReferenceAnnotation(@Nonnull
DexBackedDexFile dexFile,
int stringIndex,
boolean quote)