Home
last modified time | relevance | path

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

/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java294 Set<ITypeReference> toClosure = getInterfaceClosure(to); in compareInterfaces() local
306 if (!(containsType(type, toClosure) /* in compareInterfaces()
466 Set<IMethod> toClosure = getMethodClosure(to);
475 compatibleMethod = findCompatibleMethod(method, toClosure);