toggle menu
analysis-kotlin-api
1.9.10-dev-234
jvm
switch theme
search in API
analysis-kotlin-api
/
org.jetbrains.dokka.analysis.kotlin.internal
/
InheritanceNode
/
InheritanceNode
Inheritance
Node
constructor
(
dri
:
DRI
,
children
:
List
<
InheritanceNode
>
=
emptyList()
,
interfaces
:
List
<
DRI
>
=
emptyList()
,
isInterface
:
Boolean
=
false
)