toggle menu
flatInvoker
jvm
switch theme
search in API
flatinvoker-compiler
/
dev.shibasis.reaktor.generator.codegen
/
Compound
/
Class
Class
data
class
Class
(
val
name
:
String
,
val
functions
:
List
<
Compound.Function
>
,
val
properties
:
List
<
Element.Parameter
>
)
:
Compound
Members
Constructors
Class
Link copied to clipboard
constructor
(
name
:
String
,
functions
:
List
<
Compound.Function
>
,
properties
:
List
<
Element.Parameter
>
)
Properties
functions
Link copied to clipboard
val
functions
:
List
<
Compound.Function
>
name
Link copied to clipboard
val
name
:
String
properties
Link copied to clipboard
val
properties
:
List
<
Element.Parameter
>