StringLiteral

class StringLiteral(val value: String) : Expression

Represents a constant string value defined in the source code.

Constructors

Link copied to clipboard
fun StringLiteral(value: String)

Properties

Link copied to clipboard
val value: String

the value of this constant.