DEnum

data class DEnum(dri: DRI, name: String, entries: List<DEnumEntry>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, sources: SourceSetDependent<DocumentableSource>, functions: List<DFunction>, properties: List<DProperty>, classlikes: List<DClasslike>, visibility: SourceSetDependent<Visibility>, companion: DObject?, constructors: List<DFunction>, supertypes: SourceSetDependent<List<TypeConstructorWithKind>>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, isExpectActual: Boolean, extra: PropertyContainer<DEnum>) : DClasslike, WithCompanion, WithConstructors, WithSupertypes, WithExtraProperties<DEnum>

Functions

component1
Link copied to clipboard
operator fun component1(): DRI
component10
Link copied to clipboard
operator fun component10(): SourceSetDependent<Visibility>
component11
Link copied to clipboard
operator fun component11(): DObject?
component12
Link copied to clipboard
operator fun component12(): List<DFunction>
component13
Link copied to clipboard
operator fun component13(): SourceSetDependent<List<TypeConstructorWithKind>>
component14
Link copied to clipboard
operator fun component14(): Set<DokkaConfiguration.DokkaSourceSet>
component15
Link copied to clipboard
operator fun component15(): Boolean
component16
Link copied to clipboard
operator fun component16(): PropertyContainer<DEnum>
component2
Link copied to clipboard
operator fun component2(): String
component3
Link copied to clipboard
operator fun component3(): List<DEnumEntry>
component4
Link copied to clipboard
operator fun component4(): SourceSetDependent<DocumentationNode>
component5
Link copied to clipboard
operator fun component5(): DokkaConfiguration.DokkaSourceSet?
component6
Link copied to clipboard
operator fun component6(): SourceSetDependent<DocumentableSource>
component7
Link copied to clipboard
operator fun component7(): List<DFunction>
component8
Link copied to clipboard
operator fun component8(): List<DProperty>
component9
Link copied to clipboard
operator fun component9(): List<DClasslike>
copy
Link copied to clipboard
fun copy(dri: DRI, name: String, entries: List<DEnumEntry>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, sources: SourceSetDependent<DocumentableSource>, functions: List<DFunction>, properties: List<DProperty>, classlikes: List<DClasslike>, visibility: SourceSetDependent<Visibility>, companion: DObject?, constructors: List<DFunction>, supertypes: SourceSetDependent<List<TypeConstructorWithKind>>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, isExpectActual: Boolean, extra: PropertyContainer<DEnum> = PropertyContainer.empty()): DEnum
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<DEnum>): DEnum

Properties

children
Link copied to clipboard
open override val children: List<Documentable>
classlikes
Link copied to clipboard
open override val classlikes: List<DClasslike>
companion
Link copied to clipboard
open override val companion: DObject?
constructors
Link copied to clipboard
open override val constructors: List<DFunction>
documentation
Link copied to clipboard
open override val documentation: SourceSetDependent<DocumentationNode>
dri
Link copied to clipboard
open override val dri: DRI
entries
Link copied to clipboard
val entries: List<DEnumEntry>
expectPresentInSet
Link copied to clipboard
open override val expectPresentInSet: DokkaConfiguration.DokkaSourceSet?
extra
Link copied to clipboard
open override val extra: PropertyContainer<DEnum>
functions
Link copied to clipboard
open override val functions: List<DFunction>
isExpectActual
Link copied to clipboard
open override val isExpectActual: Boolean
name
Link copied to clipboard
open override val name: String
properties
Link copied to clipboard
open override val properties: List<DProperty>
sources
Link copied to clipboard
open override val sources: SourceSetDependent<DocumentableSource>
sourceSets
Link copied to clipboard
open override val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>
supertypes
Link copied to clipboard
open override val supertypes: SourceSetDependent<List<TypeConstructorWithKind>>
visibility
Link copied to clipboard
open override val visibility: SourceSetDependent<Visibility>