Searched defs:superMethod (Results 1 – 5 of 5) sorted by relevance
93 val superMethod = curr.findMethod(this) in isConstructor() constant
281 val superMethod = newParent.findPredicateMethodWithSuper(old, filter) in visitRemoved() constant
1630 return method.superMethods().any { superMethod -> in <lambda>() method1638 return supers.all { superMethod -> in <lambda>() method1643 } && supers.any { superMethod -> in <lambda>() method1651 return method.superMethods().any { superMethod -> in <lambda>() method1659 return supers.all { superMethod -> in <lambda>() method1664 } && supers.any { superMethod -> in <lambda>() method
407 for (superMethod in candidates) { in <lambda>() constant443 for (superMethod in candidate.allSuperMethods()) { in <lambda>() method
802 for (superMethod in superMethods) { in added() constant