shadow:standard

Class Object

class Object

Class Object is the parent class of all classes in Shadow. It provides a useful catch-all superclass as well as a small number of basic methods that all classes have.

Create Summary

Modifiers Return Types Method and Description
public () create()

Destroy Summary

Modifiers Return Types Method and Description
public () destroy()

Method Summary

Modifiers Return Types Method and Description
public readonly (Object) copy(AddressMap addresses)
public readonly locked (Class) getClass()
public readonly (String) toString()

Returns a String representation of the object.

Create Detail

create

public create() => ()

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

public readonly copy(AddressMap addresses) => (Object)

getClass

public readonly locked getClass() => (Class)

toString

public readonly toString() => (String)

Returns a String representation of the object. This default implementation returns a representation of class information. Most classes should override this method to provide a more useful representation.

Returns

String representation