Searched defs:interfaces (Results 1 – 8 of 8) sorted by relevance
43 private Set<ITypeReference> interfaces = Uninitialized.unset(); field in SigClassDefinition105 public void setInterfaces(Set<ITypeReference> interfaces) { in setInterfaces()
77 Set<ITypeReference> interfaces = null; field in ClassProjection
352 Set<ITypeReference> interfaces = classDefinition.getInterfaces(); in collectInterfaceClosure() local
53 private List<String> interfaces; field in DexClassImpl
160 Set<ITypeReference> interfaces = new HashSet<ITypeReference>(); in convertClass() local
860 Class<?>[] interfaces = mClass.getInterfaces(); in checkClassImplementsCompliance() local
349 Set<ITypeReference> interfaces = new HashSet<ITypeReference>(); in convertClass() local
100 Vector<String> interfaces = new Vector<String>(); field in DAsm