toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.shakespeare
/
com.shakelang.shake.shakespeare.spec.code
/
WhileSpec
/
WhileSpecBuilder
While
Spec
Builder
open
class
WhileSpecBuilder
(
source
)
Inheritors
WhileBuilder
Members
Properties
body
Link copied to clipboard
var
body
:
CodeSpec
?
condition
Link copied to clipboard
var
condition
:
ValueSpec
?
Functions
body
Link copied to clipboard
fun
body
(
body
:
CodeSpec
)
:
WhileSpec.WhileSpecBuilder
build
Link copied to clipboard
fun
build
(
)
:
WhileSpec
condition
Link copied to clipboard
fun
condition
(
condition
:
ValueSpec
)
:
WhileSpec.WhileSpecBuilder
fun
condition
(
condition
:
String
)
:
WhileSpec.WhileSpecBuilder