Searched refs:appendSuperMethods (Results 1 – 1 of 1) sorted by relevance
624 return buildSet { appendSuperMethods(this, startingClass) }.toList() in MethodItem()634 private fun MethodItem.appendSuperMethods(methods: MutableSet<MethodItem>, cls: ClassItem) { in MethodItem() method641 appendSuperMethods(methods, superClass) in MethodItem()