DObject

data class DObject(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 supertypes: SourceSetDependent<List<TypeConstructorWithKind>>, val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, val isExpectActual: Boolean, val extra: PropertyContainer<DObject> = PropertyContainer.empty()) : DClasslike, WithSupertypes, WithExtraProperties<DObject>

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>, supertypes: SourceSetDependent<List<TypeConstructorWithKind>>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, isExpectActual: Boolean, extra: PropertyContainer<DObject> = 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
Link copied to clipboard
open override val dri: DRI
Link copied to clipboard
Link copied to clipboard
open override val extra: PropertyContainer<DObject>
Link copied to clipboard
open override val functions: List<DFunction>
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
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<DObject>): DObject