LongValue

data class LongValue(val value: Long) : LiteralValue

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long

Functions

Link copied to clipboard
open override fun text(): String