Javadoc Signature Content Node
data class JavadocSignatureContentNode(dri: DRI, kind: Kind, annotations: ContentNode?, modifiers: ContentNode?, signatureWithoutModifiers: ContentNode, supertypes: ContentNode?) : 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>): JavadocSignatureContentNode
Content copied to clipboard
Properties
annotations
Link copied to clipboard
signatureWithoutModifiers
Link copied to clipboard
sourceSets
Link copied to clipboard
supertypes
Link copied to clipboard