-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathclass-finalized-p.html
More file actions
63 lines (51 loc) · 1.54 KB
/
class-finalized-p.html
File metadata and controls
63 lines (51 loc) · 1.54 KB
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>class-finalized-p</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="all-no-methods.html" title="Up"><img src="up.png" alt="Up"></a>
</li>
</ul></nav>
<A NAME="class-finalized-p"><I>Generic Function</I> <B>CLASS-FINALIZED-P</B>
<P><B>Syntax:</B></P>
<P><B>class-finalized-p</B> <I>class</I> =>
<I>finalized-p</I>
<P><B>Arguments and values:</B></P>
<P><I>class</I> -- A class metaobject.</P>
<P><I>finalized-p</I> -- A generalized boolean.</P>
<P><B>Description:</B></P>
<p>
Returns true if <I>class</I> has been finalized. Returns false
otherwise. Also returns false if the class has not been initialized.
</p>
<P><B>Methods:</B></P>
<table>
<tr>
<td><a href="class-finalized-p-standard-class.html">
<B>class-finalized-p</B> (<I>class</I> standard-class)</a>
</td>
</tr>
<tr>
<td><a href="class-finalized-p-funcallable-standard-class.html">
<B>class-finalized-p</B> (<I>class</I> funcallable-standard-class)</a>
</td>
</tr>
<tr>
<td><a href="class-finalized-p-forward-referenced-class.html">
<B>class-finalized-p</B> (<I>class</I> forward-referenced-class)</a>
</td>
</tr>
<tr>
<td><a href="class-finalized-p-built-in-class.html">
<B>class-finalized-p</B> (<I>class</I> built-in-class)</a>
</td>
</tr>
</table>
</BODY>
</HTML>