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