IntValue

data class IntValue(value: Int) : LiteralValue

Functions

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

Properties

value
Link copied to clipboard
val value: Int