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
/
IndexAccessNode
Index
Access
Node
data
class
IndexAccessNode
(
val
collection
:
ASTNode
,
val
index
:
ASTNode
,
val
position
:
Position
)
:
ASTNode
Index access (1-based in FEEL).
Example: myList1, array-1
Members
Constructors
Index
Access
Node
Link copied to clipboard
constructor
(
collection
:
ASTNode
,
index
:
ASTNode
,
position
:
Position
)
Properties
collection
Link copied to clipboard
val
collection
:
ASTNode
index
Link copied to clipboard
val
index
:
ASTNode
position
Link copied to clipboard
open
override
val
position
:
Position