toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.shasambly.shasp
/
com.shakelang.shake.shasambly.shasp.parser.nodes
/
ShasPForEach
Shas
PFor
Each
open
class
ShasPForEach
(
val
name
:
String
,
val
collection
:
ShasPValuedNode
,
val
body
:
ShasPCode
)
:
ShasPValuedStatement
(
source
)
Members
Constructors
Shas
PFor
Each
Link copied to clipboard
constructor
(
name
:
String
,
collection
:
ShasPValuedNode
,
body
:
ShasPCode
)
Properties
body
Link copied to clipboard
val
body
:
ShasPCode
collection
Link copied to clipboard
val
collection
:
ShasPValuedNode
name
Link copied to clipboard
val
name
:
String
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
Map
<
String
,
Any
?
>
to
Json
String
Link copied to clipboard
open
fun
toJsonString
(
)
:
String
open
fun
toJsonString
(
indent
:
Int
)
:
String