toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.shakespeare
/
com.shakelang.shake.shakespeare.spec.code
/
FunctionCallSpec
Function
Call
Spec
class
FunctionCallSpec
(
val
name
:
Identifier
,
val
arguments
:
List
<
ValueSpec
>
)
:
ValueSpec
,
StatementSpec
(
source
)
Members
Constructors
Function
Call
Spec
Link copied to clipboard
constructor
(
name
:
Identifier
,
arguments
:
List
<
ValueSpec
>
)
Types
Companion
Link copied to clipboard
object
Companion
Function
Call
Spec
Builder
Link copied to clipboard
open
class
FunctionCallSpecBuilder
Properties
arguments
Link copied to clipboard
val
arguments
:
List
<
ValueSpec
>
name
Link copied to clipboard
val
name
:
Identifier
Functions
generate
Link copied to clipboard
open
override
fun
generate
(
ctx
:
GenerationContext
)
:
String