AbstractValue

abstract class AbstractValue : 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
writeInto
Link copied to clipboard
common
abstract fun writeInto(dst: Writeable)

Properties

size
Link copied to clipboard
common
abstract val size: Int

Inheritors

Value
Link copied to clipboard