Home
last modified time | relevance | path

Searched refs:throwsTypes (Results 1 – 1 of 1) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiMethodItem.kt135 private lateinit var throwsTypes: List<ClassItem> in <lambda>() variable
137 fun setThrowsTypes(throwsTypes: List<ClassItem>) { in <lambda>()
138 this.throwsTypes = throwsTypes in <lambda>()
141 override fun throwsTypes(): List<ClassItem> = throwsTypes in <lambda>() method
228 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