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
141 private lateinit var throwsTypes: List<ClassItem> in <lambda>() variable147 override fun throwsTypes(): List<ClassItem> = throwsTypes in <lambda>() method453 private fun throwsTypes(codebase: PsiBasedCodebase, psiMethod: PsiMethod): List<ClassItem> { in <lambda>() method
356 val throwsTypes = mutableListOf<ClassItem>() in <lambda>() constant
85 fun throwsTypes(): List<ClassItem> in <lambda>() method