Next Previous Up Top Contents Index

2.9 The FINALIZATION module

finalize

G.f. method

Summary

Finalizes an object.

Signature

finalize object => () 

Arguments

object
An instance of <object>.

Values

None.

Library

common-extensions

Module

finalization

Description

This method is a default finalizer for all objects. It does nothing, and is provided only to make next-method calls safe for all methods on finalize.

See also

finalize-when-unreachable, page 57

finalize, page 58

drain-finalization-queue, page 57

automatic-finalization-enabled?, page 55

automatic-finalization-enabled?-setter, page 56


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index