KFeel
Toggle table of contents
v1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KFeel
KFeel
/
ca.acendas.kfeel.parser
/
ForExpressionNode
For
Expression
Node
data
class
ForExpressionNode
(
val
iterators
:
List
<
Iterator
>
,
val
body
:
ASTNode
,
val
position
:
Position
)
:
ASTNode
For expression for list transformation.
Example: for x in 1, 2, 3 return x * 2
Members
Constructors
For
Expression
Node
Link copied to clipboard
constructor
(
iterators
:
List
<
Iterator
>
,
body
:
ASTNode
,
position
:
Position
)
Properties
body
Link copied to clipboard
val
body
:
ASTNode
iterators
Link copied to clipboard
val
iterators
:
List
<
Iterator
>
position
Link copied to clipboard
open
override
val
position
:
Position