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
/
ContextLiteralNode
Context
Literal
Node
data
class
ContextLiteralNode
(
val
entries
:
List
<
Pair
<
String
,
ASTNode
>
>
,
val
position
:
Position
)
:
ASTNode
Context literal (map with string keys).
Example: {'name': 'Alice', 'age': 30}
Members
Constructors
Context
Literal
Node
Link copied to clipboard
constructor
(
entries
:
List
<
Pair
<
String
,
ASTNode
>
>
,
position
:
Position
)
Properties
entries
Link copied to clipboard
val
entries
:
List
<
Pair
<
String
,
ASTNode
>
>
position
Link copied to clipboard
open
override
val
position
:
Position