IntValue

data class IntValue(val value: Int) : LiteralValue

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int

Functions

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