Searched refs:getExceptionType (Results 1 – 5 of 5) sorted by relevance
85 override fun getExceptionType(underlyingType: String) = in <lambda>() method86 super.getExceptionType(underlyingType).also { exceptionTypeItem -> in <lambda>()
1725 val exceptionType = typeItemFactory.getExceptionType(token) in parseThrows()
68 fun getExceptionType(underlyingType: T): ExceptionTypeItem in <lambda>() method270 override fun getExceptionType(underlyingType: T) = getType(underlyingType) as ExceptionTypeItem in getBoundsType() method in com.android.tools.metalava.model.type.DefaultTypeItemFactory
438 .map { psiType -> enclosingTypeItemFactory.getExceptionType(PsiTypeInfo(psiType)) } in <lambda>()
892 return throwsTypes.map { type -> enclosingTypeItemFactory.getExceptionType(type) } in <lambda>()