ktast
Toggle table of contents
0.10.0
common
Platform filter
common
Switch theme
Search in API
ktast
ast
/
ktast.ast
/
NodeSupplement
/
NodeSupplement
Node
Supplement
constructor
(
extrasBefore
:
List
<
Node.Extra
>
=
listOf()
,
extrasWithin
:
List
<
Node.Extra
>
=
listOf()
,
extrasAfter
:
List
<
Node.Extra
>
=
listOf()
,
tag
:
Any
?
=
null
)