forked from robert-strandh/CLOS-MOP-HTML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
accessor-method-slot-definition.html
63 lines (49 loc) · 1.56 KB
/
accessor-method-slot-definition.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>accessor-method-slot-definition</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="accessor-method-slot-definition"><I>Generic Function</I> <B>ACCESSOR-METHOD-SLOT-DEFINITION</B>
<P><B>Syntax:</B></P>
<P><B>accessor-method-slot-definition</B> <I>method</I>
=> <I>function</I>
<P><B>Arguments and values:</B></P>
<P><I>method</I> -- A method metaobject.</P>
<P><I>slot-definition</I> -- A direct slot definition metaobject.</P>
<P><B>Description:</B></P>
<P>
This accessor can only be called on accessor methods. It returns the
direct slot definition metaobject that defined this method. This is
the value of the <TT>:slot-definition</TT> initialization argument
associated with the method during initialization.
</P>
</P>
<P>
This generic function can be called by the user or the implementation.
</P>
<P>
An error is signaled if the argument <I>method</I> is not a method
metaobject. An error is also signaled if the method metaobject has
not been initialized.
</P>
<P><B>Methods:</B></P>
<table>
<tr>
<td><a href="accessor-method-slot-definition-standard-accessor-method.html">
<B>accessor-method-slot-definition</B> (<I>method</I> standard-accessor-method)</a>
</td>
</tr>
</table>
</BODY>
</HTML>