Home | History | Annotate | Download | only in compare

Lines Matching refs:interfaces

208         // interfaces
302 // check whether all from interfaces are directly or indirectly
315 // check whether all interfaces to are directly or indirectly
352 Set<ITypeReference> interfaces = classDefinition.getInterfaces();
353 if (interfaces == null) {
356 for (ITypeReference interfaze : interfaces) {
369 for (ITypeReference interfaze : interfaces) {