forked from robert-strandh/CLOS-MOP-HTML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclass-built-in-class.html
48 lines (34 loc) · 1.13 KB
/
class-built-in-class.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
<HTML>
<HEAD>
<TITLE>BUILT-IN-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="list-of-classes.html" title="Up">
<li class=navigation><img src="up.png" alt="Up">
</li>
</a>
</ul>
<HR>
<A NAME="t"><I>Class</I> <B>BUILT-IN-CLASS</B>
<P><B>Direct superclasses:</B></P>
<P><a href="class-class.html">class</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>special-purpose class metaobject class</I>.
Instances of this class are called <I>built-in classes</I>.
</P>
<P><B>Comments and remarks:</B></P>
<P>See also the
<a href="http://www.lispworks.com/documentation/HyperSpec/Body/t_built_.htm#built-in-class">
entry in the Common Lisp HyperSpec</a> for this class.
</P>
</BODY>
</HTML>