DAnnotation

data class DAnnotation(name: String, dri: DRI, 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>, generics: List<DTypeParameter>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, isExpectActual: Boolean, extra: PropertyContainer<DAnnotation>) : DClasslike, WithCompanion, WithConstructors, WithExtraProperties<DAnnotation> , WithGenerics

Functions

component1
Link copied to clipboard
operator fun component1(): String
component10
Link copied to clipboard
operator fun component10(): DObject?
component11
Link copied to clipboard
operator fun component11(): List<DFunction>
component12
Link copied to clipboard
operator fun component12(): List<DTypeParameter>
component13
Link copied to clipboard
operator fun component13(): Set<DokkaConfiguration.DokkaSourceSet>
component14
Link copied to clipboard
operator fun component14(): Boolean
component15
Link copied to clipboard
operator fun component15(): PropertyContainer<DAnnotation>
component2
Link copied to clipboard
operator fun component2(): DRI
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(): List<DFunction>
component7
Link copied to clipboard
operator fun component7(): List<DProperty>
component8
Link copied to clipboard
operator fun component8(): List<DClasslike>
component9
Link copied to clipboard
operator fun component9(): SourceSetDependent<Visibility>
copy
Link copied to clipboard
fun copy(name: String, dri: DRI, 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>, generics: List<DTypeParameter>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, isExpectActual: Boolean, extra: PropertyContainer<DAnnotation> = PropertyContainer.empty()): DAnnotation
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<DAnnotation>): DAnnotation

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
expectPresentInSet
Link copied to clipboard
open override val expectPresentInSet: DokkaConfiguration.DokkaSourceSet?
extra
Link copied to clipboard
open override val extra: PropertyContainer<DAnnotation>
functions
Link copied to clipboard
open override val functions: List<DFunction>
generics
Link copied to clipboard
open override val generics: List<DTypeParameter>
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>
visibility
Link copied to clipboard
open override val visibility: SourceSetDependent<Visibility>