Searched defs:Class (Results 1 – 1 of 1) sorted by relevance
311 struct Class : public IndexedNode { struct314 Type* type;315 dex::u4 access_flags;316 Type* super_class;317 TypeList* interfaces;318 String* source_file;319 AnnotationsDirectory* annotations;320 EncodedArray* static_init;322 std::vector<EncodedField*> static_fields;323 std::vector<EncodedField*> instance_fields;[all …]