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
/
StringLiteralNode
String
Literal
Node
data
class
StringLiteralNode
(
val
value
:
String
,
val
position
:
Position
)
:
ASTNode
String literal (single quotes in KFeel).
Example: 'hello', 'It\'s working'
Members
Constructors
String
Literal
Node
Link copied to clipboard
constructor
(
value
:
String
,
position
:
Position
)
Properties
position
Link copied to clipboard
open
override
val
position
:
Position
value
Link copied to clipboard
val
value
:
String