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