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
/
Iterator
Iterator
data
class
Iterator
(
val
variableName
:
String
,
val
collection
:
ASTNode
)
Iterator for for-expression and quantifiers.
Example: x in 1, 2, 3
Members
Constructors
Iterator
Link copied to clipboard
constructor
(
variableName
:
String
,
collection
:
ASTNode
)
Properties
collection
Link copied to clipboard
val
collection
:
ASTNode
variable
Name
Link copied to clipboard
val
variableName
:
String