Searched defs:bounds (Results 1 – 4 of 4) sorted by relevance
20 fun bounds(): List<ClassItem> method
29 private var bounds: List<ClassItem>? = null variable39 override fun bounds(): List<ClassItem> { in bounds() method90 fun bounds(typeString: String?, owner: TypeParameterListOwner? = null): List<String> { in bounds() method
147 val bounds = p.bounds() in findTypeVariableBounds() constant159 val bounds = findTypeVariableBounds(context.typeParameterList(), name) in findTypeVariableBounds() constant177 val bounds = findTypeVariableBounds(context, typeParameter.simpleName()) in asTypeParameter() constant267 val bounds = parameter.bounds() in markRecent() constant
43 override fun bounds(): List<ClassItem> = bounds in bounds() method49 private lateinit var bounds: List<ClassItem> variable