Leaf List Node
data class LeafListNode(tabTitle: String, colTitle: String, entries: List<JavadocListEntry>, dri: Set<DRI>, kind: Kind, sourceSets: Set<DisplaySourceSet>) : JavadocContentNode
Content copied to clipboard
Functions
hasAnyContent
Link copied to clipboard
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<ContentNode>): ContentNode
Content copied to clipboard
withSourceSets
Link copied to clipboard
open override fun withSourceSets(sourceSets: Set<DisplaySourceSet>): LeafListNode
Content copied to clipboard