IntValue

data class IntValue(val basicValue: BasicValue, val set: IntValueSet = IntValueSet.Unknown) : Value

Constructors

Link copied to clipboard
constructor(basicValue: BasicValue, set: IntValueSet = IntValueSet.Unknown)

Properties

Link copied to clipboard
val basicValue: BasicValue
Link copied to clipboard

Functions

Link copied to clipboard
open override fun getSize(): Int