NumberValue

class NumberValue(number: Number) : Value

Functions

equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

list
Link copied to clipboard
common
open val list: List<Value>

get this value represented as List

number
Link copied to clipboard
common
val number: Number
type
Link copied to clipboard
common
open override val type: ValueType

The type of the value

value
Link copied to clipboard
common
open override val value: Any

Get raw value of this value