Searched refs:ExceptionTypeItem (Results 1 – 13 of 13) sorted by relevance
21 import com.android.tools.metalava.model.ExceptionTypeItem46 internal lateinit var throwableTypes: List<ExceptionTypeItem>57 override fun throwsTypes(): List<ExceptionTypeItem> = throwableTypes in name()140 internal fun setThrowsTypes(throwsList: List<ExceptionTypeItem>) { in findMainDocumentation()
33 import com.android.tools.metalava.model.ExceptionTypeItem in <lambda>()891 ): List<ExceptionTypeItem> { in <lambda>()
21 import com.android.tools.metalava.model.ExceptionTypeItem144 private var throwsTypes: List<ExceptionTypeItem> = emptyList()146 override fun throwsTypes(): List<ExceptionTypeItem> = this.throwsTypes in throwsTypes()148 fun setThrowsTypes(throwsClasses: List<ExceptionTypeItem>) { in throwsTypes()
32 import com.android.tools.metalava.model.ExceptionTypeItem in <lambda>()975 var throwsList = emptyList<ExceptionTypeItem>() in parseConstructor()1088 var throwsList = emptyList<ExceptionTypeItem>() in parseMethod()1705 ): List<ExceptionTypeItem> { in parseThrows()
22 import com.android.tools.metalava.model.ExceptionTypeItem in <lambda>()68 fun getExceptionType(underlyingType: T): ExceptionTypeItem in <lambda>()270 override fun getExceptionType(underlyingType: T) = getType(underlyingType) as ExceptionTypeItem in getBoundsType()
21 import com.android.tools.metalava.model.ExceptionTypeItem in <lambda>()62 private val throwsTypes: List<ExceptionTypeItem> in <lambda>()430 ): List<ExceptionTypeItem> { in <lambda>()443 .sortedWith(ExceptionTypeItem.fullNameComparator) in <lambda>()
23 import com.android.tools.metalava.model.ExceptionTypeItem46 throwsTypes: List<ExceptionTypeItem>,
80 fun throwsTypes(): List<ExceptionTypeItem> in <lambda>()94 fun filteredThrowsTypes(predicate: Predicate<Item>): Collection<ExceptionTypeItem> { in <lambda>()103 throwsTypes: LinkedHashSet<ExceptionTypeItem> in <lambda>()104 ): LinkedHashSet<ExceptionTypeItem> { in <lambda>()
744 sealed interface ExceptionTypeItem : TypeItem, ReferenceTypeItem { interface782 val fullNameComparator: Comparator<ExceptionTypeItem> = in fullName()875 interface ClassTypeItem : TypeItem, BoundsTypeItem, ReferenceTypeItem, ExceptionTypeItem {989 interface VariableTypeItem : TypeItem, BoundsTypeItem, ReferenceTypeItem, ExceptionTypeItem { in duplicate()
21 import com.android.tools.metalava.model.ExceptionTypeItem in <lambda>()230 throws.asSequence().sortedWith(ExceptionTypeItem.fullNameComparator).forEachIndexed { in <lambda>()
23 import com.android.tools.metalava.model.ExceptionTypeItem in <lambda>()383 throws.sortedWith(ExceptionTypeItem.fullNameComparator).forEachIndexed { i, type -> in <lambda>()
21 import com.android.tools.metalava.model.ExceptionTypeItem in <lambda>()396 throws.asSequence().sortedWith(ExceptionTypeItem.fullNameComparator).forEachIndexed { in <lambda>()
22 import com.android.tools.metalava.model.ExceptionTypeItem in <lambda>()304 throws.sortedWith(ExceptionTypeItem.fullNameComparator).forEach { type -> in <lambda>()