Home
last modified time | relevance | path

Searched refs:getInterfaceClosure (Results 1 – 1 of 1) sorted by relevance

/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java293 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