kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
core
/
io.github.hfhbd.kfx.codegen
/
CodeGenTree
/
Function
/
Parameter
/
Parameter
Parameter
constructor
(
name
:
String
,
type
:
CodeGenTree.Type
,
nullable
:
Boolean
=
false
,
documentation
:
String
?
=
null
,
defaultValue
:
CodeGenTree.Expression
?
=
null
,
annotations
:
List
<
CodeGenTree.Annotation
>
=
emptyList()
)
(
source
)