Generic Function Component-Depends-On (4 methods)

( component-depends-on < operation > < component > )

Part of:

package asdf

Returns a list of dependencies needed by the component to perform
the operation. A dependency has one of the following forms:

(<operation><component>), where FEATURES*.

Methods specialized on subclasses of existing component types
should usually append the results of CALL-NEXT-METHOD to the
list.

Method Summary

component-depends-on < load-op > < component
component-depends-on < load-source-op > < component
component-depends-on < operation > < component
component-depends-on < symbol > < component