Searched refs:superMethod (Results 1 – 5 of 5) sorted by relevance
268 superMethod: MethodItem, in <lambda>()276 superMethod.returnType(), in <lambda>()284 method.effectivelyDeprecated != superMethod.effectivelyDeprecated && in <lambda>()292 if (!method.modifiers.equivalentTo(superMethod.modifiers)) { in <lambda>()297 val parameterList2 = superMethod.parameters() in <lambda>()317 val throwsList2 = superMethod.throwsTypes() in <lambda>()545 it.firstOrNull { superMethod -> in <lambda>() method546 superMethod.containingClass().isClass() && in <lambda>()547 !superMethod.containingClass().isJavaLangObject() in <lambda>()561 it.filter { superMethod -> superMethod.containingClass().isInterface() } in <lambda>() method[all …]
265 for (superMethod in superMethods()) { in Item() variable266 val superMethodMembership = superMethod.apiMembership() in Item()
332 val superMethod = newParent.findPredicateMethodWithSuper(old, filter) in pop() constant334 if (superMethod != null && (filter == null || filter.test(superMethod))) { in pop()335 superMethod.duplicate(newParent) in pop()
461 for (superMethod in candidates) { in <lambda>() constant462 if (parameterCount != superMethod.parameters().count()) { in <lambda>()465 if (method.matches(superMethod)) { in <lambda>()500 for (superMethod in candidate.allSuperMethods()) { in <lambda>() method501 methods.remove(superMethod) in <lambda>()
846 for (superMethod in superMethods) { in added() constant847 if (superMethod.isFromClassPath()) { in added()