Next Previous Up Top Contents Index

1 The CLOS Package

break-new-instances-on-access

Function

Summary

Traps new instances of a given class, based on access modes. Note that this function is deprecated.
Package

clos

Signature

break-new-instances-on-access class-designator 
                     &key read write slot-names => t

Arguments

class-designator

The class to trap.

read

Ift, trap read accesses to the class. The default ist.

write

Ift, trap write accesses to the class. The default ist.

slot-names

t means break on all slots, otherwise this should be a list of symbols which are the slot-names on which to break. The default ist.

Values

Returnst.

Description

Causes new instances of the class given by class-designator to be trapped for the access modes given by read, write and slot-names. Note that this function is deprecated. You should now usetrace-new-instances-on-access instead.
See also

trace-new-instances-on-access


LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker