LongValue

data class LongValue(value: Long) : LiteralValue

Functions

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

Properties

value
Link copied to clipboard
val value: Long