Searched defs:DexClassDef (Results 1 – 1 of 1) sorted by relevance
304 struct DexClassDef { struct305 u4 classIdx; /* index into typeIds for this class */306 u4 accessFlags;307 u4 superclassIdx; /* index into typeIds for superclass */308 u4 interfacesOff; /* file offset to DexTypeList */309 u4 sourceFileIdx; /* index into stringIds for source file name */310 u4 annotationsOff; /* file offset to annotations_directory_item */311 u4 classDataOff; /* file offset to class_data_item */312 u4 staticValuesOff; /* file offset to DexEncodedArray */