Searched refs:getClassType (Results 1 – 4 of 4) sorted by relevance
26 return JDiffClassDescription.JDiffType.INTERFACE.equals(description.getClassType()) in mismatch()31 return JDiffClassDescription.JDiffType.INTERFACE.equals(description.getClassType()) in missing()
83 if (JDiffClassDescription.JDiffType.INTERFACE.equals(classDescription.getClassType())) { in checkClass()140 classDescription.getClassType() != JDiffClassDescription.JDiffType.INTERFACE && in checkClassModifiersCompliance()522 if (classDescription.getClassType() == JDiffClassDescription.JDiffType.INTERFACE) { in addBaseClass()
97 JDiffType getClassType() { in getClassType() method in JDiffClassDescription
509 cls.getClassType()); in printTestSuite()