shadow:standard

Class MethodTable

Parent class

shadow:standard@Object

immutable class MethodTable

MethodTable pointers are used to hold pointers to method tables. They are not actually objects, although Shadow pretends that they are. This special type is used to prevent reference-counting operations on method tables, which do not have reference counts.

Destroy Summary

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

Method Summary

Modifiers Return Types Method and Description
public readonly (MethodTable) copy(AddressMap addresses)

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

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