Package: closer-mop
Generic Function class-direct-subclasses
Lambda List
class-direct-subclasses (class)
Details
Returns a set of the direct subclasses of class. The elements of this
set are class metaobjects that all mention this class among their direct superclasses. The empty set is returned if class has no direct
subclasses. This value is maintained by the generic functions add-direct-subclass and remove-direct-subclass.