forked from robert-strandh/CLOS-MOP-HTML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
add-direct-method-class.html
63 lines (53 loc) · 1.5 KB
/
add-direct-method-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
58
59
60
61
62
63
<HTML>
<HEAD>
<TITLE>add-direct-method-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-direct-method"><I>Method</I> <B>ADD-DIRECT-METHOD</B>
<P><B>Syntax:</B></P>
<P><B>add-direct-method</B> <I>(specializer</I> class) <I>(method</I> method)> =>
<I>unspecified</I>
<P><B>Description:</B></P>
<p>
This is a method on the generic
function <a href="add-direct-method.html">add-direct-method</a>.
</p>
<p>
This method implements the behavior of the generic function for class
specializers. 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-direct-method-class.html">
<B>remove-direct-method</B>(<I>class</I> class) (<I>method</I> method)</a>
</td>
</tr>
<tr>
<td><a href="specializer-direct-generic-functions-class.html">
<B>specializer-direct-generic-functions</B>(<I>class</I> class)</a>
</td>
</tr>
<tr>
<td><a href="specializer-direct-methods-class.html">
<B>specializer-direct-methods</B>(<I>class</I> class)</a>
</td>
</tr>
</table>
</BODY>
</HTML>