DProperty

data class DProperty(dri: DRI, name: String, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, sources: SourceSetDependent<DocumentableSource>, visibility: SourceSetDependent<Visibility>, type: Bound, receiver: DParameter?, setter: DFunction?, getter: DFunction?, modifier: SourceSetDependent<Modifier>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, generics: List<DTypeParameter>, isExpectActual: Boolean, extra: PropertyContainer<DProperty>) : Documentable, Callable, WithExtraProperties<DProperty> , WithGenerics

Functions

component1
Link copied to clipboard
operator fun component1(): DRI
component10
Link copied to clipboard
operator fun component10(): DFunction?
component11
Link copied to clipboard
operator fun component11(): SourceSetDependent<Modifier>
component12
Link copied to clipboard
operator fun component12(): Set<DokkaConfiguration.DokkaSourceSet>
component13
Link copied to clipboard
operator fun component13(): List<DTypeParameter>
component14
Link copied to clipboard
operator fun component14(): Boolean
component15
Link copied to clipboard
operator fun component15(): PropertyContainer<DProperty>
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(): SourceSetDependent<DocumentableSource>
component6
Link copied to clipboard
operator fun component6(): SourceSetDependent<Visibility>
component7
Link copied to clipboard
operator fun component7(): Bound
component8
Link copied to clipboard
operator fun component8(): DParameter?
component9
Link copied to clipboard
operator fun component9(): DFunction?
copy
Link copied to clipboard
fun copy(dri: DRI, name: String, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, sources: SourceSetDependent<DocumentableSource>, visibility: SourceSetDependent<Visibility>, type: Bound, receiver: DParameter?, setter: DFunction?, getter: DFunction?, modifier: SourceSetDependent<Modifier>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, generics: List<DTypeParameter>, isExpectActual: Boolean, extra: PropertyContainer<DProperty> = PropertyContainer.empty()): DProperty
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<DProperty>): DProperty

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<DProperty>
generics
Link copied to clipboard
open override val generics: List<DTypeParameter>
getter
Link copied to clipboard
val getter: DFunction?
isExpectActual
Link copied to clipboard
open override val isExpectActual: Boolean
modifier
Link copied to clipboard
open override val modifier: SourceSetDependent<Modifier>
name
Link copied to clipboard
open override val name: String
receiver
Link copied to clipboard
open override val receiver: DParameter?
setter
Link copied to clipboard
val setter: DFunction?
sources
Link copied to clipboard
open override val sources: SourceSetDependent<DocumentableSource>
sourceSets
Link copied to clipboard
open override val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>
type
Link copied to clipboard
open override val type: Bound
visibility
Link copied to clipboard
open override val visibility: SourceSetDependent<Visibility>