Home
last modified time | relevance | path

Searched defs:findThrownExceptions (Results 1 – 2 of 2) sorted by relevance

/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DCallableBody.kt53 fun findThrownExceptions(): Set<ClassItem> in duplicate() method
78 override fun findThrownExceptions() = error("method body is unavailable") in duplicate() method
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiCallableBody.kt79 override fun findThrownExceptions(): Set<ClassItem> { in findThrownExceptions() method in com.android.tools.metalava.model.psi.PsiCallableBody