Lines Matching defs:Class
311 struct Class : public IndexedNode { struct
314 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;
324 std::vector<EncodedMethod*> direct_methods;
325 std::vector<EncodedMethod*> virtual_methods;