Package org.jf.dexlib2.dexbacked.raw
Class ClassDefItem
java.lang.Object
org.jf.dexlib2.dexbacked.raw.ClassDefItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringasString(DexBackedDexFile dexFile, int classIndex) static String[]getClasses(DexBackedDexFile dexFile) static SectionAnnotatormakeAnnotator(DexAnnotator annotator, MapItem mapItem)
-
Field Details
-
ITEM_SIZE
public static final int ITEM_SIZE- See Also:
-
CLASS_OFFSET
public static final int CLASS_OFFSET- See Also:
-
ACCESS_FLAGS_OFFSET
public static final int ACCESS_FLAGS_OFFSET- See Also:
-
SUPERCLASS_OFFSET
public static final int SUPERCLASS_OFFSET- See Also:
-
INTERFACES_OFFSET
public static final int INTERFACES_OFFSET- See Also:
-
SOURCE_FILE_OFFSET
public static final int SOURCE_FILE_OFFSET- See Also:
-
ANNOTATIONS_OFFSET
public static final int ANNOTATIONS_OFFSET- See Also:
-
CLASS_DATA_OFFSET
public static final int CLASS_DATA_OFFSET- See Also:
-
STATIC_VALUES_OFFSET
public static final int STATIC_VALUES_OFFSET- See Also:
-
-
Constructor Details
-
ClassDefItem
public ClassDefItem()
-
-
Method Details
-
makeAnnotator
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) -
asString
-
getClasses
-