DParameter

data class DParameter(dri: DRI, name: String?, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, type: Bound, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DParameter>) : Documentable, WithExtraProperties<DParameter> , WithType

Functions

component1
Link copied to clipboard
operator fun component1(): DRI
component2
Link copied to clipboard
operator fun component2(): String?
component3
Link copied to clipboard
operator fun component3(): SourceSetDependent<DocumentationNode>
component4
Link copied to clipboard
operator fun component4(): DokkaConfiguration.DokkaSourceSet?
component5
Link copied to clipboard
operator fun component5(): Bound
component6
Link copied to clipboard
operator fun component6(): Set<DokkaConfiguration.DokkaSourceSet>
component7
Link copied to clipboard
operator fun component7(): PropertyContainer<DParameter>
copy
Link copied to clipboard
fun copy(dri: DRI, name: String?, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, type: Bound, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DParameter> = PropertyContainer.empty()): DParameter
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<DParameter>): DParameter

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<DParameter>
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