Searched refs:getImplInterfaces (Results 1 – 3 of 3) sorted by relevance
145 "Implements mismatch, expected " + classDescription.getImplInterfaces()); in checkClass()314 for (String inter : classDescription.getImplInterfaces()) { in checkClassAnnotationCompliance()364 for (String inter : classDescription.getImplInterfaces()) { in checkClassImplementsCompliance()
159 for (String interfaceName : classDescription.getImplInterfaces()) { in findMethod()
91 List<String> getImplInterfaces() { in getImplInterfaces() method in JDiffClassDescription