Searched refs:superConstructor (Results 1 – 6 of 6) sorted by relevance
174 writeConstructor(constructor, constructor.superConstructor) in <lambda>()177 private fun writeConstructor(constructor: MethodItem, superConstructor: MethodItem?) { in <lambda>()189 writeConstructorBody(constructor, superConstructor) in <lambda>()193 private fun writeConstructorBody(constructor: MethodItem, superConstructor: MethodItem?) { in <lambda>()195 superConstructor?.let { it -> in <lambda>()
35 var superConstructor: ConstructorItem? variable
44 override var superConstructor: ConstructorItem? = null variable
54 override var superConstructor: ConstructorItem? = null in name() variable
69 override var superConstructor: ConstructorItem? = null in isImplicitConstructor() variable
231 constructor.superConstructor = superDefaultConstructor in <lambda>()257 it.superConstructor = superDefaultConstructor in <lambda>()