Searched defs:throwsTypes (Results 1 – 4 of 4) sorted by relevance
171 private val throwsTypes = mutableListOf<String>() constant179 …override fun throwsTypes(): List<ClassItem> = if (throwsClasses == null) emptyList() else throwsCl… in throwsTypes() method
137 private lateinit var throwsTypes: List<ClassItem> in <lambda>() variable143 override fun throwsTypes(): List<ClassItem> = throwsTypes in <lambda>() method407 private fun throwsTypes(codebase: PsiBasedCodebase, psiMethod: PsiMethod): List<ClassItem> { in <lambda>() method
344 val throwsTypes = mutableListOf<ClassItem>() in <lambda>() constant
85 fun throwsTypes(): List<ClassItem> in <lambda>() method