IntegerConstant

data class IntegerConstant(value: Long) : Expression

Properties

value
Link copied to clipboard
val value: Long