IntNum

data class IntNum(val value: IntNum) : Expression.Operand.Value

Целочисленное значение

Constructors

Link copied to clipboard
@TestOnly
constructor(long: Long)
@TestOnly
constructor(int: Int)
constructor(value: IntNum)

Properties

Link copied to clipboard