DAnnotation

data class DAnnotation(val name: String, val dri: DRI, val documentation: SourceSetDependent<DocumentationNode>, val expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, val sources: SourceSetDependent<DocumentableSource>, val functions: List<DFunction>, val properties: List<DProperty>, val classlikes: List<DClasslike>, val visibility: SourceSetDependent<Visibility>, val companion: DObject?, val constructors: List<DFunction>, val generics: List<DTypeParameter>, val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, val isExpectActual: Boolean, val extra: PropertyContainer<DAnnotation> = PropertyContainer.empty()) : DClasslike, WithCompanion, WithConstructors, WithExtraProperties<DAnnotation> , WithGenerics

Constructors

Link copied to clipboard
constructor(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())

Properties

Link copied to clipboard
open override val children: List<Documentable>
Link copied to clipboard
open override val classlikes: List<DClasslike>
Link copied to clipboard
open override val companion: DObject?
Link copied to clipboard
open override val constructors: List<DFunction>
Link copied to clipboard
Link copied to clipboard
open override val dri: DRI
Link copied to clipboard
Link copied to clipboard
open override val extra: PropertyContainer<DAnnotation>
Link copied to clipboard
open override val functions: List<DFunction>
Link copied to clipboard
open override val generics: List<DTypeParameter>
Link copied to clipboard
open override val isExpectActual: Boolean
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val properties: List<DProperty>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
inline fun <T> WithChildren<*>.childrenOfType(): List<T>
Link copied to clipboard
Link copied to clipboard
inline fun <T> WithChildren<*>.firstChildOfType(): T
inline fun <T> WithChildren<*>.firstChildOfType(predicate: (T) -> Boolean): T
Link copied to clipboard
inline fun <T> WithChildren<*>.firstChildOfTypeOrNull(predicate: (T) -> Boolean): T?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "withDescendantsProjection")
fun WithChildren<*>.withDescendants(): Sequence<Any?>
@JvmName(name = "withDescendantsAny")
fun WithChildren<Any>.withDescendants(): Sequence<Any>
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DAnnotation>): DAnnotation