forked from robert-strandh/CLOS-MOP-HTML
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclass-slots-standard-class.html
More file actions
40 lines (32 loc) · 934 Bytes
/
class-slots-standard-class.html
File metadata and controls
40 lines (32 loc) · 934 Bytes
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
<HTML>
<HEAD>
<TITLE>class-slots-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="class-slots"><I>Method</I> <B>CLASS-SLOTS</B>
<P><B>Syntax:</B></P>
<P><B>class-slots</B> <I>(class</I>
standard-class) => <I>slots</I>
<P><B>Description:</B></P>
<p>
This is a method on the generic
function <a href="class-slots.html">class-slots</a>.
</p>
<p>
This method returns the value associated with the class metaobject by
the method <a href="finalize-inheritance-standard-class.html">
finalize-inheritance (<I>class</I> <TT>standard-class</TT>)</a>.
</p>
</BODY>
</HTML>