| *define-class-form* | The name of the form used to define a class. Usually, this will be bound to 'defclass* but when w... |
|---|---|
| *parameter-dynamic-class-table* |
| add-dynamic-class-for-parameters | |
|---|---|
| add-parameter->dynamic-class | |
| class-redundant-p | |
| define-class | Define a class with all the bells and whistles on the fly... See |
| determine-dynamic-class | |
| dynamic-class-information | |
| empty-add-parameter->dynamic-class | |
| empty-all-add-parameter->dynamic-class | |
| find-existing-subclass | Look through all the sub-classes of superclass and see if any of them descend |
| find-or-create-class | Try to find a class which is a subclass of root and all of the other |
| map-subclasses | Applies fn to each subclass of class. If proper? is true, then |
| parameter->dynamic-class | |
| remove-redundant-classes | |
| simple-define-class | Define a class on the fly... |
| simple-define-class-name | |
| superclasses | Returns a list of superclasses of thing. Thing can be a class, object or symbol naming a class. T... |
| table¶meter->dynamic-class | |
| type->parameter-table |
| existing-subclass | |
|---|---|
| include-class-dependencies |