Package org.jf.dexlib2.dexbacked.raw
Class AnnotationSetRefList
- java.lang.Object
-
- org.jf.dexlib2.dexbacked.raw.AnnotationSetRefList
-
public class AnnotationSetRefList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
LIST_OFFSET
static int
SIZE_OFFSET
-
Constructor Summary
Constructors Constructor Description AnnotationSetRefList()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getReferenceAnnotation(DexBackedDexFile dexFile, int annotationSetRefListOffset)
static SectionAnnotator
makeAnnotator(DexAnnotator annotator, MapItem mapItem)
-
-
-
Field Detail
-
SIZE_OFFSET
public static final int SIZE_OFFSET
- See Also:
- Constant Field Values
-
LIST_OFFSET
public static final int LIST_OFFSET
- See Also:
- Constant Field Values
-
-
Method Detail
-
makeAnnotator
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem)
-
getReferenceAnnotation
@Nonnull public static java.lang.String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int annotationSetRefListOffset)
-
-