TypeParameter

data class TypeParameter(val dri: DRI, val name: String, val presentableName: String? = null, val extra: PropertyContainer<TypeParameter> = PropertyContainer.empty()) : Bound, AnnotationTarget, WithExtraProperties<TypeParameter>

Constructors

Link copied to clipboard
constructor(dri: DRI, name: String, presentableName: String? = null, extra: PropertyContainer<TypeParameter> = PropertyContainer.empty())

Properties

Link copied to clipboard
val dri: DRI
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val presentableName: String? = null

Functions

Link copied to clipboard