-
Notifications
You must be signed in to change notification settings - Fork 8
/
class-standard-writer-method.html
52 lines (40 loc) · 1.49 KB
/
class-standard-writer-method.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
<HTML>
<HEAD>
<TITLE>STANDARD-WRITER-METHOD</TITLE>
<LINK rel="stylesheet" type="text/css" href="clos-mop.css">
</HEAD>
<BODY>
<nav><ul class=navigation>
<li class=navigation>
<a href="table-of-contents.html" title="Table of contents"><img src="toc.png" alt="TOC"></a>
</li>
<li class=navigation>
<a href="list-of-classes.html" title="Up"><img src="up.png" alt="Up"></a>
</li>
</ul></nav>
<HR>
<A NAME="t"><I>Class</I> <B>STANDARD-WRITER-METHOD</B>
<P><B>Direct superclasses:</B></P>
<P><a href="class-standard-accessor-method.html">
standard-accessor-method</a>
</P>
<P><B>Metaclass:</B></P>
<P><a href="class-standard-class.html">
standard-class</a></P>
<P><B>Description:</B></P>
<P>
This class is a <I>standard metaobject class</I>. This is the
class that is returned by the method
<a href="writer-method-class-standard-class-standard-direct-slot-definition.html">writer-method-class
(class standard-class) (direct-slot
standard-direct-slot-definition)
&<TT>rest</TT> <I>initargs</I></a> and the method
<a href="writer-method-class-funcallable-standard-class-standard-direct-slot-definition.html">writer-method-class
(class funcallable-standard-class) (direct-slot
standard-direct-slot-definition)
&<TT>rest</TT> <I>initargs</I></a>
This is also a class on which user
specializations are normally based.
</P>
</BODY>
</HTML>