kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
core
/
io.github.hfhbd.kfx.codegen
/
CodeGenTree
/
ClassName
Class
Name
@
Serializable
data
class
ClassName
(
val
packageName
:
String
,
val
names
:
List
<
String
>
,
val
runtimeTypes
:
List
<
CodeGenTree.Type
>
=
emptyList()
)
(
source
)
Members
Constructors
Class
Name
Link copied to clipboard
constructor
(
packageName
:
String
,
names
:
List
<
String
>
,
runtimeTypes
:
List
<
CodeGenTree.Type
>
=
emptyList()
)
Properties
names
Link copied to clipboard
val
names
:
List
<
String
>
package
Name
Link copied to clipboard
val
packageName
:
String
runtime
Types
Link copied to clipboard
val
runtimeTypes
:
List
<
CodeGenTree.Type
>