Home | History | Annotate | Download | only in compare

Lines Matching refs:getInterfaces

296         Set<ITypeReference> fromInterfaces = from.getInterfaces();
297 Set<ITypeReference> toInterfaces = to.getInterfaces();
352 Set<ITypeReference> interfaces = classDefinition.getInterfaces();
529 if (clazz.getInterfaces() != null) {
530 for (ITypeReference interfaze : clazz.getInterfaces()) {
795 if (subClass.getInterfaces() == null) {
798 if (getClassDefinitions(subClass.getInterfaces()).contains(
802 for (ITypeReference subType : subClass.getInterfaces()) {