Home
last modified time | relevance | path

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

/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java293 Set<ITypeReference> fromClosure = getInterfaceClosure(from); in compareInterfaces() local
319 if (!(containsType(type, fromClosure) /* in compareInterfaces()
468 Set<IMethod> fromClosure = getMethodClosure(from);
492 compatibleMethod = findCompatibleMethod(method, fromClosure);