Package org.jf.dexlib2.dexbacked.raw
Class AnnotationDirectoryItem
- java.lang.Object
-
- org.jf.dexlib2.dexbacked.raw.AnnotationDirectoryItem
-
public class AnnotationDirectoryItem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANNOTATED_METHOD_SIZE_OFFSET
static int
ANNOTATED_PARAMETERS_SIZE
static int
CLASS_ANNOTATIONS_OFFSET
static int
FIELD_SIZE_OFFSET
-
Constructor Summary
Constructors Constructor Description AnnotationDirectoryItem()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SectionAnnotator
makeAnnotator(DexAnnotator annotator, MapItem mapItem)
-
-
-
Field Detail
-
CLASS_ANNOTATIONS_OFFSET
public static final int CLASS_ANNOTATIONS_OFFSET
- See Also:
- Constant Field Values
-
FIELD_SIZE_OFFSET
public static final int FIELD_SIZE_OFFSET
- See Also:
- Constant Field Values
-
ANNOTATED_METHOD_SIZE_OFFSET
public static final int ANNOTATED_METHOD_SIZE_OFFSET
- See Also:
- Constant Field Values
-
ANNOTATED_PARAMETERS_SIZE
public static final int ANNOTATED_PARAMETERS_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
makeAnnotator
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem)
-
-