Searched refs:throwsTypes (Results 1 – 1 of 1) sorted by relevance
135 private lateinit var throwsTypes: List<ClassItem> in <lambda>() variable137 fun setThrowsTypes(throwsTypes: List<ClassItem>) { in <lambda>()138 this.throwsTypes = throwsTypes in <lambda>()141 override fun throwsTypes(): List<ClassItem> = throwsTypes in <lambda>() method228 duplicated.throwsTypes = throwsTypes in <lambda>()281 val throws = method.throwsTypes().asSequence().sortedWith(ClassItem.fullNameComparator) in <lambda>()304 throwsTypes = throwsTypes(codebase, psiMethod) in <lambda>()364 private fun throwsTypes(codebase: PsiBasedCodebase, psiMethod: PsiMethod): List<ClassItem> { in <lambda>() method