Searched defs:throwsTypes (Results 1 – 4 of 4) sorted by relevance
174 private val throwsTypes = mutableListOf<String>() constant182 …override fun throwsTypes(): List<ClassItem> = if (throwsClasses == null) emptyList() else throwsCl… in throwsTypes() method
147 private lateinit var throwsTypes: List<ClassItem> in <lambda>() variable153 override fun throwsTypes(): List<ClassItem> = throwsTypes in <lambda>() method450 private fun throwsTypes(codebase: PsiBasedCodebase, psiMethod: PsiMethod): List<ClassItem> { in <lambda>() method
367 val throwsTypes = mutableListOf<ClassItem>() in <lambda>() constant
93 fun throwsTypes(): List<ClassItem> in <lambda>() method