Literal

data class Literal(val body: String) : Tree

"xyz"

Constructors

Link copied to clipboard
constructor(body: String)

Properties

Link copied to clipboard
Link copied to clipboard