DTypeAlias

Functions

component1
Link copied to clipboard
operator fun component1(): DRI
component10
Link copied to clipboard
operator fun component10(): PropertyContainer<DTypeAlias>
component2
Link copied to clipboard
operator fun component2(): String
component3
Link copied to clipboard
operator fun component3(): Bound
component4
Link copied to clipboard
operator fun component4(): SourceSetDependent<Bound>
component5
Link copied to clipboard
operator fun component5(): SourceSetDependent<Visibility>
component6
Link copied to clipboard
operator fun component6(): SourceSetDependent<DocumentationNode>
component7
Link copied to clipboard
operator fun component7(): DokkaConfiguration.DokkaSourceSet?
component8
Link copied to clipboard
operator fun component8(): Set<DokkaConfiguration.DokkaSourceSet>
component9
Link copied to clipboard
operator fun component9(): List<DTypeParameter>
copy
Link copied to clipboard
fun copy(dri: DRI, name: String, type: Bound, underlyingType: SourceSetDependent<Bound>, visibility: SourceSetDependent<Visibility>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, generics: List<DTypeParameter>, extra: PropertyContainer<DTypeAlias> = PropertyContainer.empty()): DTypeAlias
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DTypeAlias>): DTypeAlias

Properties

children
Link copied to clipboard
open override val children: List<Nothing>
documentation
Link copied to clipboard
open override val documentation: SourceSetDependent<DocumentationNode>
dri
Link copied to clipboard
open override val dri: DRI
expectPresentInSet
Link copied to clipboard
open override val expectPresentInSet: DokkaConfiguration.DokkaSourceSet?
extra
Link copied to clipboard
open override val extra: PropertyContainer<DTypeAlias>
generics
Link copied to clipboard
open override val generics: List<DTypeParameter>
name
Link copied to clipboard
open override val name: String
sourceSets
Link copied to clipboard
open override val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>
type
Link copied to clipboard
open override val type: Bound
underlyingType
Link copied to clipboard
val underlyingType: SourceSetDependent<Bound>
visibility
Link copied to clipboard
open override val visibility: SourceSetDependent<Visibility>