StringLiteral

StringLiteral

data class StringLiteral

Representation of a String as a Literal.

Fields

Name Description
val value: String

Constructors

<init>

constructor(value: String)

Representation of a String as a Literal.

Parameters

Name Description
value: String