forked from robert-strandh/CLOS-MOP-HTML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
add-dependent-funcallable-standard-class.html
57 lines (47 loc) · 1.34 KB
/
add-dependent-funcallable-standard-class.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<HTML>
<HEAD>
<TITLE>add-dependent-funcallable-standard-class</TITLE>
<LINK rel="stylesheet" type="text/css" href="clos-mop.css">
</HEAD>
<BODY>
<ul class=navigation>
<a href="table-of-contents.html" title="Table of contents">
<li class=navigation><img src="toc.png" alt="TOC">
</li>
</a>
<a href="all-no-methods.html" title="Up">
<li class=navigation><img src="up.png" alt="Up">
</li>
</a>
</ul>
<A NAME="add-dependent"><I>Method</I> <B>ADD-DEPENDENT</B>
<P><B>Syntax:</B></P>
<P><B>add-dependent</B> <I>(class</I> funcallable-standard-class) <I>dependent</I> =>
<I>unspecified</I>
<P><B>Description:</B></P>
<p>
This is a method on the generic
function <a href="add-dependent.html">add-dependent</a>.
</p>
<p>
No behavior is specified for this method beyond that which is specified for
the generic function.
</p>
<p>
This method cannot be overridden unless the following methods are
overridden as well:
</p>
<table>
<tr>
<td><a href="remove-dependent-funcallable-standard-class.html">
<B>remove-dependent</B> (<I>metaobject</I> funcallable-standard-class) <I>dependent</I></a>
</td>
</tr>
<tr>
<td><a href="map-dependents-funcallable-standard-class.html">
<B>map-dependents</B> (<I>metaobject</I> funcallable-standard-class) <I>function</I></a>
</td>
</tr>
</table>
</BODY>
</HTML>