Obj

sealed
trait Obj extends InterpElem
class Object
trait Matchable
class Any
class ListObj
class MapObj
class SymbolObj
class YetObj

Value members

Concrete methods

def apply(prop: PureValue): Value

getters

getters

def copied: Obj

copy of object

copy of object

Inherited methods

def toString(detail: Boolean, location: Boolean): String

stringify with options

stringify with options

Inherited from
InterpElem
override
def toString: String
Definition Classes
InterpElem -> Any
Inherited from
InterpElem