shadow:standard

Class Method

Parent class

shadow:standard@Object

abstract locked class Method

Class Method is used to hold method references inside the compiler. The use of Method is handled by the compiler. Users should avoid using the Method type explicitly.

Create Summary

Modifiers Return Types Method and Description
protected () create(MethodTable method, Object object, Object[] arguments)

Method references are created internally by the compiler.

Destroy Summary

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

Method Summary

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

Create Detail

create

protected create(MethodTable method, Object object, Object[] arguments) => ()

Method references are created internally by the compiler. This method is protected to prevent a user from creating a Method object explicitly.

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

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