Package org.jf.dexlib2.dexbacked.raw
Class ClassDefItem
- java.lang.Object
-
- org.jf.dexlib2.dexbacked.raw.ClassDefItem
-
public class ClassDefItem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACCESS_FLAGS_OFFSET
static int
ANNOTATIONS_OFFSET
static int
CLASS_DATA_OFFSET
static int
CLASS_OFFSET
static int
INTERFACES_OFFSET
static int
ITEM_SIZE
static int
SOURCE_FILE_OFFSET
static int
STATIC_VALUES_OFFSET
static int
SUPERCLASS_OFFSET
-
Constructor Summary
Constructors Constructor Description ClassDefItem()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
asString(DexBackedDexFile dexFile, int classIndex)
static java.lang.String[]
getClasses(DexBackedDexFile dexFile)
static SectionAnnotator
makeAnnotator(DexAnnotator annotator, MapItem mapItem)
-
-
-
Field Detail
-
ITEM_SIZE
public static final int ITEM_SIZE
- See Also:
- Constant Field Values
-
CLASS_OFFSET
public static final int CLASS_OFFSET
- See Also:
- Constant Field Values
-
ACCESS_FLAGS_OFFSET
public static final int ACCESS_FLAGS_OFFSET
- See Also:
- Constant Field Values
-
SUPERCLASS_OFFSET
public static final int SUPERCLASS_OFFSET
- See Also:
- Constant Field Values
-
INTERFACES_OFFSET
public static final int INTERFACES_OFFSET
- See Also:
- Constant Field Values
-
SOURCE_FILE_OFFSET
public static final int SOURCE_FILE_OFFSET
- See Also:
- Constant Field Values
-
ANNOTATIONS_OFFSET
public static final int ANNOTATIONS_OFFSET
- See Also:
- Constant Field Values
-
CLASS_DATA_OFFSET
public static final int CLASS_DATA_OFFSET
- See Also:
- Constant Field Values
-
STATIC_VALUES_OFFSET
public static final int STATIC_VALUES_OFFSET
- See Also:
- Constant Field Values
-
-
Method Detail
-
makeAnnotator
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem)
-
asString
@Nonnull public static java.lang.String asString(@Nonnull DexBackedDexFile dexFile, int classIndex)
-
getClasses
public static java.lang.String[] getClasses(@Nonnull DexBackedDexFile dexFile)
-
-