lin
/
com.github.adriantodt.lin.vm.types
/
LObject
LObject
data class
LObject
(value:
MutableMap
<
LAny
,
LAny
>) :
LAny
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
LObject
Link copied to clipboard
fun
LObject
(vararg pairs:
Pair
<
LAny
,
LAny
>)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
get
Member
Link copied to clipboard
open override fun
getMember
(name:
String
):
LAny
?
Content copied to clipboard
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
truth
Link copied to clipboard
open override fun
truth
():
Boolean
Content copied to clipboard
Properties
linType
Link copied to clipboard
open override val
linType
:
String
Content copied to clipboard
value
Link copied to clipboard
val
value
:
MutableMap
<
LAny
,
LAny
>
Content copied to clipboard