ToC DocOverview CGDoc RelNotes FAQ Index PermutedIndex
Allegro CL version 11.0

defsystem classes


c-module

Class, defsystem package

This class inherits from defsys::foreign-module, which in turn inherits from default-module. The following methods are specialized for c-module:

See defsystem.html for more information on the defsystem utility in Allegro CL. See Class hierarchy in that document for more information on the defsystem class hierarchy.


default-module

Class, defsystem package

This class has the following exported accessors:

lisp-module, text-module, and defsys::foreign-module all inherit from default-module.

See defsystem.html for more information on the defsystem utility in Allegro CL. See Class hierarchy in that document for more information on the defsystem class hierarchy.


default-module-group

Class, defsystem package

This class has the following exported accessors:

See defsystem.html for more information on the defsystem utility in Allegro CL. See Class hierarchy in that document for more information on the defsystem class hierarchy.


default-system

Class, defsystem package

Exported accessors are:

See defsystem.html for more information on the defsystem utility in Allegro CL. See Class hierarchy in that document for more information on the defsystem class hierarchy.


fortran-module

Class, defsystem package

This class inherits from defsys::foreign-module, which in turn inherits from default-module. The following methods are specialized for fortran-module:

See defsystem.html for more information on the defsystem utility in Allegro CL. See Class hierarchy in that document for more information on the defsystem class hierarchy.


lisp-module

Class, defsystem package

This class inherits from default-module and the following methods are specialized for it:

See defsystem.html for more information on the defsystem utility in Allegro CL. See Class hierarchy in that document for more information on the defsystem class hierarchy.


module-container

Class, defsystem package

This is a class of objects that contain modules. Objects of this class have a list of modules and a default-module-class which indicates the default class to be used when modules are created for this module-container.

default-module-group and default-system both inherit from module-container.

Exported accessors for module-container are modules, which returns a list of modules and module-groups contained by this container, and default-module-class, which returns the default class for modules created under this container.

See defsystem.html for more information on the defsystem utility in Allegro CL. See Class hierarchy in that document for more information on the defsystem class hierarchy.


text-module

Class, defsystem package

This class inherits from default-module and the following methods are specialized for it:

See defsystem.html for more information on the defsystem utility in Allegro CL. See Class hierarchy in that document for more information on the defsystem class hierarchy.


Copyright (c) 2023, Franz Inc. Lafayette, CA., USA. All rights reserved.

ToC DocOverview CGDoc RelNotes FAQ Index PermutedIndex
Allegro CL version 11.0