LazyParsedValue

class LazyParsedValue(string: String) : Value

A value built from string which content and type are parsed on-demand

Constructors

LazyParsedValue
Link copied to clipboard
common
fun LazyParsedValue(string: String)

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

string
Link copied to clipboard
common
val string: String
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