Searched defs:DexClassDef (Results 1 – 1 of 1) sorted by relevance
341 struct DexClassDef { struct342 u4 classIdx; /* index into typeIds for this class */343 u4 accessFlags;344 u4 superclassIdx; /* index into typeIds for superclass */345 u4 interfacesOff; /* file offset to DexTypeList */346 u4 sourceFileIdx; /* index into stringIds for source file name */347 u4 annotationsOff; /* file offset to annotations_directory_item */348 u4 classDataOff; /* file offset to class_data_item */349 u4 staticValuesOff; /* file offset to DexEncodedArray */