Common Lisp the Language, 2nd Edition


next up previous contents index
Next: Initializing Newly Added Up: Changing the Class Previous: Changing the Class

28.1.11.1. Modifying the Structure of an Instance

change_begin
In order to make an instance conform to the class

The values of local slots specified by both the class

The values of slots specified as shared in the class

This first step of the update does not affect the values of any shared slots.
change_end


AI.Repository@cs.cmu.edu