javadoc
1.8.20a-SNAPSHOT
jvm
javadoc
/
org.jetbrains.dokka.javadoc.pages
/
EmptyNode
Empty
Node
data
class
EmptyNode
(
val
dri
:
DRI
,
val
kind
:
Kind
,
val
sourceSets
:
Set
<
DisplaySourceSet
>
,
val
extra
:
PropertyContainer
<
ContentNode
>
=
PropertyContainer.empty()
)
:
ContentNode
Members
Constructors
Empty
Node
Link copied to clipboard
constructor
(
dri
:
DRI
,
kind
:
Kind
,
sourceSets
:
Set
<
DisplaySourceSet
>
,
extra
:
PropertyContainer
<
ContentNode
>
=
PropertyContainer.empty()
)
Properties
children
Link copied to clipboard
open
override
val
children
:
List
<
ContentNode
>
dci
Link copied to clipboard
open
override
val
dci
:
DCI
dri
Link copied to clipboard
val
dri
:
DRI
extra
Link copied to clipboard
open
override
val
extra
:
PropertyContainer
<
ContentNode
>
kind
Link copied to clipboard
val
kind
:
Kind
source
Sets
Link copied to clipboard
open
override
val
sourceSets
:
Set
<
DisplaySourceSet
>
style
Link copied to clipboard
open
override
val
style
:
Set
<
Style
>
Functions
has
Any
Content
Link copied to clipboard
open
override
fun
hasAnyContent
(
)
:
Boolean
with
New
Extras
Link copied to clipboard
open
override
fun
withNewExtras
(
newExtras
:
PropertyContainer
<
ContentNode
>
)
:
EmptyNode
with
Source
Sets
Link copied to clipboard
open
override
fun
withSourceSets
(
sourceSets
:
Set
<
DisplaySourceSet
>
)
:
EmptyNode