IntegerConstant

data class IntegerConstant(val value: Long) : Expression

Constructors

Link copied to clipboard
fun IntegerConstant(value: Long)

Properties

Link copied to clipboard
val value: Long