Package org.jf.dexlib2.dexbacked.raw
Class StringIdItem
java.lang.Object
org.jf.dexlib2.dexbacked.raw.StringIdItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetOptionalReferenceAnnotation(DexBackedDexFile dexFile, int stringIndex) static StringgetOptionalReferenceAnnotation(DexBackedDexFile dexFile, int stringIndex, boolean quote) static StringgetReferenceAnnotation(DexBackedDexFile dexFile, int stringIndex) static StringgetReferenceAnnotation(DexBackedDexFile dexFile, int stringIndex, boolean quote) static SectionAnnotatormakeAnnotator(DexAnnotator annotator, MapItem mapItem)
-
Field Details
-
ITEM_SIZE
public static final int ITEM_SIZE- See Also:
-
-
Constructor Details
-
StringIdItem
public StringIdItem()
-
-
Method Details
-
makeAnnotator
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) -
getReferenceAnnotation
@Nonnull public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex) -
getReferenceAnnotation
public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex, boolean quote) -
getOptionalReferenceAnnotation
@Nonnull public static String getOptionalReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex) -
getOptionalReferenceAnnotation
public static String getOptionalReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int stringIndex, boolean quote)
-