Package org.jf.dexlib2.dexbacked.raw
Class TypeListItem
- java.lang.Object
-
- org.jf.dexlib2.dexbacked.raw.TypeListItem
-
public class TypeListItem 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 TypeListItem()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
asString(DexBackedDexFile dexFile, int typeListOffset)
static java.lang.String
getReferenceAnnotation(DexBackedDexFile dexFile, int typeListOffset)
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 typeListOffset)
-
asString
@Nonnull public static java.lang.String asString(@Nonnull DexBackedDexFile dexFile, int typeListOffset)
-
-