Package Metabang-Dynamic-Classes - internal and external symbols

Part of:

asdf-system tinaa, asdf-system dynamic-classes
See only external symbols
Package Metabang-Dynamic-Classes uses the packages Common-Lisp. It is also known as Dynamic-Classes. It has 57 total symbols and 10 external ones.

Variable

*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*

Function

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
simple-define-class for the sim...

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
from every class in...

find-or-create-class

Try to find a class which is a subclass of root and all of the other classes as well. If no suc...

map-subclasses

Applies fn to each subclass of class. If proper? is true, then
the class itself is not included i...

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

Generic-Function

existing-subclass
include-class-dependencies