Package org.jf.dexlib2.dexbacked.raw
Class AnnotationDirectoryItem
java.lang.Object
org.jf.dexlib2.dexbacked.raw.AnnotationDirectoryItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SectionAnnotatormakeAnnotator(DexAnnotator annotator, MapItem mapItem)
-
Field Details
-
CLASS_ANNOTATIONS_OFFSET
public static final int CLASS_ANNOTATIONS_OFFSET- See Also:
-
FIELD_SIZE_OFFSET
public static final int FIELD_SIZE_OFFSET- See Also:
-
ANNOTATED_METHOD_SIZE_OFFSET
public static final int ANNOTATED_METHOD_SIZE_OFFSET- See Also:
-
ANNOTATED_PARAMETERS_SIZE
public static final int ANNOTATED_PARAMETERS_SIZE- See Also:
-
-
Constructor Details
-
AnnotationDirectoryItem
public AnnotationDirectoryItem()
-
-
Method Details
-
makeAnnotator
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem)
-