Home | History | Annotate | Download | only in dex

Lines Matching refs:interfaces

349             Set<ITypeReference> interfaces = new HashSet<ITypeReference>();
356 interfaces.add(new SigClassReference(interfaze));
358 sigClass.setInterfaces(interfaces);