nss-lang
0.0.1
nss-lang
/
ast.expr.literal
/
StringLiteral
String
Literal
class
StringLiteral
(
val
value
:
String
)
:
Expression
Content copied to clipboard
Represents a constant string value defined in the source code.
Constructors
Properties
Constructors
String
Literal
Link copied to clipboard
fun
StringLiteral
(
value
:
String
)
Content copied to clipboard
Properties
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard
the value of this constant.