IntValue

data class IntValue(val value: Int) : LiteralValue

Constructors

Link copied to clipboard
fun IntValue(value: Int)

Functions

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

Properties

Link copied to clipboard
val value: Int