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.
component-depends-on < load-op > < component > |
component-depends-on < load-source-op > < component > |
component-depends-on < operation > < component > |
component-depends-on < symbol > < component > |