Searched defs:constructors (Results 1 – 6 of 6) sorted by relevance
126 private val constructors = mutableListOf<ConstructorItem>() constant131 override fun constructors(): List<ConstructorItem> = constructors in constructors() method
157 private lateinit var constructors: List<PsiConstructorItem> in <lambda>() variable171 override fun constructors(): List<ConstructorItem> = constructors in <lambda>() method369 val constructors: MutableList<PsiConstructorItem> = ArrayList(5) in <lambda>() constant652 val constructors = psiClass.constructors in <lambda>() constant
268 private val constructors by constant
72 internal lateinit var constructors: List<TurbineConstructorItem> in <lambda>() variable108 override fun constructors(): List<ConstructorItem> = constructors in <lambda>() method
274 val constructors = cls.filteredConstructors(filterEmit) in <lambda>() constant
166 @MetalavaApi fun constructors(): List<ConstructorItem> in <lambda>() method