Searched refs:superMethod (Results 1 – 6 of 6) sorted by relevance
283 …fun sameSignature(method: MethodItem, superMethod: MethodItem, compareRawTypes: Boolean = false): … in <lambda>()286 if (method.returnType() != superMethod.returnType()) { in <lambda>()290 if (method.deprecated != superMethod.deprecated && !method.deprecated) { in <lambda>()296 if (!method.modifiers.equivalentTo(superMethod.modifiers)) { in <lambda>()301 val parameterList2 = superMethod.parameters() in <lambda>()330 val throwsList2 = superMethod.throwsTypes() in <lambda>()
93 val superMethod = curr.findMethod(this) in isConstructor() constant94 if (superMethod != null) { in isConstructor()95 list.add(superMethod) in isConstructor()
1638 return method.superMethods().any { superMethod -> in <lambda>() method1639 superMethod.modifiers.isNonNull() && in <lambda>()1641 superMethod.returnType()?.isTypeParameter() != true in <lambda>()1647 return supers.all { superMethod -> in <lambda>() method1649 superMethod.parameters().none { in <lambda>()1652 } && supers.any { superMethod -> in <lambda>() method1653 superMethod.parameters().firstOrNull { param -> in <lambda>()1660 return method.superMethods().any { superMethod -> in <lambda>() method1661 !superMethod.hasNullnessInfo() && in <lambda>()1663 superMethod.returnType()?.isTypeParameter() != true in <lambda>()[all …]
281 val superMethod = newParent.findPredicateMethodWithSuper(old, filter) in visitRemoved() constant283 if (superMethod != null && (filter == null || filter.test(superMethod))) { in visitRemoved()284 superMethod.duplicate(newParent) in visitRemoved()
421 for (superMethod in candidates) { in <lambda>() constant422 if (parameterCount != superMethod.parameters().count()) { in <lambda>()425 if (method.matches(superMethod)) { in <lambda>()457 for (superMethod in candidate.allSuperMethods()) { in <lambda>() method458 methods.remove(superMethod) in <lambda>()
795 for (superMethod in superMethods) { in added() constant796 if (superMethod.isFromClassPath()) { in added()