DPackage

data class DPackage(dri: DRI, functions: List<DFunction>, properties: List<DProperty>, classlikes: List<DClasslike>, typealiases: List<DTypeAlias>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DPackage>) : Documentable, WithScope, WithExtraProperties<DPackage>

Functions

component1
Link copied to clipboard
operator fun component1(): DRI
component2
Link copied to clipboard
operator fun component2(): List<DFunction>
component3
Link copied to clipboard
operator fun component3(): List<DProperty>
component4
Link copied to clipboard
operator fun component4(): List<DClasslike>
component5
Link copied to clipboard
operator fun component5(): List<DTypeAlias>
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(): PropertyContainer<DPackage>
copy
Link copied to clipboard
fun copy(dri: DRI, functions: List<DFunction>, properties: List<DProperty>, classlikes: List<DClasslike>, typealiases: List<DTypeAlias>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet? = null, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DPackage> = PropertyContainer.empty()): DPackage
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<DPackage>): DPackage

Properties

children
Link copied to clipboard
open override val children: List<Documentable>
classlikes
Link copied to clipboard
open override val classlikes: List<DClasslike>
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? = null
extra
Link copied to clipboard
open override val extra: PropertyContainer<DPackage>
functions
Link copied to clipboard
open override val functions: List<DFunction>
name
Link copied to clipboard
open override val name: String
!!!
packageName
Link copied to clipboard
val packageName: String
properties
Link copied to clipboard
open override val properties: List<DProperty>
sourceSets
Link copied to clipboard
open override val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>
typealiases
Link copied to clipboard
val typealiases: List<DTypeAlias>