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
1638 return method.superMethods().any { superMethod -> in <lambda>() method1647 return supers.all { superMethod -> in <lambda>() method1652 } && supers.any { superMethod -> in <lambda>() method1660 return method.superMethods().any { superMethod -> in <lambda>() method1669 return supers.all { superMethod -> in <lambda>() method1674 } && supers.any { superMethod -> in <lambda>() method
421 for (superMethod in candidates) { in <lambda>() constant457 for (superMethod in candidate.allSuperMethods()) { in <lambda>() method
795 for (superMethod in superMethods) { in added() constant