Package org.jf.dexlib2.dexbacked.raw
Class StringIdItem
- java.lang.Object
-
- org.jf.dexlib2.dexbacked.raw.StringIdItem
-
public class StringIdItem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ITEM_SIZE
-
Constructor Summary
Constructors Constructor Description StringIdItem()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
ITEM_SIZE
public static final int ITEM_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
makeAnnotator
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem)
-
getReferenceAnnotation
@Nonnull public static java.lang.String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex)
-
getReferenceAnnotation
public static java.lang.String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex, boolean quote)
-
getOptionalReferenceAnnotation
@Nonnull public static java.lang.String getOptionalReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex)
-
getOptionalReferenceAnnotation
public static java.lang.String getOptionalReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex, boolean quote)
-
-