Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineMethodItem.kt46 internal lateinit var throwableTypes: List<ExceptionTypeItem> variable
57 override fun throwsTypes(): List<ExceptionTypeItem> = throwableTypes in name()
120 duplicated.throwableTypes = throwableTypes in duplicate()
141 throwableTypes = throwsList in findMainDocumentation()
DTurbineClassItem.kt220 duplicateMethod.throwableTypes = method.throwableTypes in <lambda>()
DTurbineConstructorItem.kt85 ctorItem.throwableTypes = emptyList() in name()
DTurbineCodebaseInitialiser.kt735 methodItem.throwableTypes = in <lambda>()
842 constructorItem.throwableTypes = in <lambda>()