Next: , Previous: , Up: Public Interface   [Contents][Index]


6.1.5 Standalone methods

Method: initialize-instance :before ((definition system-file-definition) &key system)

Create and store a fake ASDF comoponent representing the system file.

Source

asdf.lisp.

Method: initialize-instance :after ((definition component-definition) &key)

Compute component DEFINITION’s location.

Source

asdf.lisp.

Method: initialize-instance :after ((definition system-definition) &key)

Extract author and maintainer contacts.

Source

asdf.lisp.

Method: initialize-instance :after ((definition clos-classoid-mixin) &key packages pathnames)

Compute CLOS classoid DEFINITION’s slot definitions.

Source

symbol.lisp.

Method: initialize-instance :after ((definition package-definition) &key)

Compute DEFINITION’s package lists of external and internal symbols.

Source

package.lisp.

Method: initialize-instance :after ((definition classoid-definition) &key packages pathnames)

Compute classoid DEFINITION’s foreign status.

Source

symbol.lisp.

Method: initialize-instance :after ((definition typed-structure-definition) &key packages pathnames)

Compute typed structure DEFINITION’s type, element type, and slots.

Source

symbol.lisp.

Method: make-instance ((class abstract-class) &rest initargs)
Source

util.lisp.

Method: print-object ((report report) stream)

Show REPORT’s library name.

Source

assess.lisp.

Method: print-object ((definition definition) stream)

Show DEFINITION’s name.

Source

definition.lisp.

Method: validate-superclass ((class standard-class) (superclass abstract-class))
Package

sb-mop.

Source

util.lisp.

Method: validate-superclass ((class abstract-class) (superclass standard-class))
Package

sb-mop.

Source

util.lisp.


Next: Classes, Previous: Generic functions, Up: Public Interface   [Contents][Index]