DexMaker.java | 220 TypeId<?> supertype, TypeId<?>... interfaces) { 232 declaration.supertype = supertype; 404 private TypeId<?> supertype; field in class:DexMaker.TypeDeclaration 428 ClassDefItem out = new ClassDefItem(thisType, flags, supertype.constant,
|