Searched refs:getInterfaceClosure (Results 1 – 1 of 1) sorted by relevance
293 Set<ITypeReference> fromClosure = getInterfaceClosure(from); in compareInterfaces()294 Set<ITypeReference> toClosure = getInterfaceClosure(to); in compareInterfaces()341 private Set<ITypeReference> getInterfaceClosure(IClassDefinition clazz) { in getInterfaceClosure() method in ApiComparator