Searched defs:Class (Results 1 – 2 of 2) sorted by relevance
322 struct Class : public IndexedNode { struct325 Type* type;326 dex::u4 access_flags;327 Type* super_class;328 TypeList* interfaces;329 String* source_file;330 AnnotationsDirectory* annotations;331 EncodedArray* static_init;333 std::vector<EncodedField*> static_fields;334 std::vector<EncodedField*> instance_fields;[all …]
1184 class Class<A, B> : Interface1<A, B>, Interface2<B, A> in <lambda>() class