StringLiteral
data class StringLiteral
Fields
Name | Description |
---|---|
val value: String
|
Constructors
<init>
constructor(value: String)
Representation of a String as a Literal.
Parameters
Name | Description |
---|---|
value: String
|
Representation of a String as a Literal.