toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.shakespeare
/
com.shakelang.shake.shakespeare.spec.code
/
FunctionCallSpec
/
FunctionCallSpecBuilder
Function
Call
Spec
Builder
open
class
FunctionCallSpecBuilder
(
source
)
Inheritors
FunctionCallBuilder
Members
Properties
arguments
Link copied to clipboard
var
arguments
:
MutableList
<
ValueSpec
>
name
Link copied to clipboard
var
name
:
Identifier
?
Functions
argument
Link copied to clipboard
fun
argument
(
argument
:
ValueSpec
)
:
FunctionCallSpec.FunctionCallSpecBuilder
build
Link copied to clipboard
fun
build
(
)
:
FunctionCallSpec
name
Link copied to clipboard
fun
name
(
name
:
Identifier
)
:
FunctionCallSpec.FunctionCallSpecBuilder
fun
name
(
name
:
String
)
:
FunctionCallSpec.FunctionCallSpecBuilder