forked from robert-strandh/CLOS-MOP-HTML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
class-finalized-p.html
65 lines (53 loc) · 1.53 KB
/
class-finalized-p.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
64
65
<HTML>
<HEAD>
<TITLE>class-finalized-p</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-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>