-
Notifications
You must be signed in to change notification settings - Fork 8
/
class-funcallable-standard-object.html
67 lines (53 loc) · 2.04 KB
/
class-funcallable-standard-object.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
<HTML>
<HEAD>
<TITLE>FUNCALLABLE-STANDARD-OBJECT</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>FUNCALLABLE-STANDARD-OBJECT</B>
<P><B>Direct superclasses:</B></P>
<P><a href="class-function.html">function</a>
<a href="class-standard-object.html">standard-object</a>
</P>
<P><B>Metaclass:</B></P>
<P><a href="class-funcallable-standard-class.html">
funcallable-standard-class</a></P>
<P><B>Description:</B></P>
<P>
This class is the default direct superclass of the class
<a href="class-funcallable-standard-class.html">
funcallable-standard-class</a>.
When an instance of the class
<a href="class-funcallable-standard-class.html">
funcallable-standard-class</a> is created, and no direct
superclasses are explicitly specified, it defaults to this
class. In this way, any behavior associated with this class
will be inherited, directly or indirectly, by all instances of
the class
<a href="class-funcallable-standard-class.html">
funcallable-standard-class</a>.
A subclass of
<a href="class-funcallable-standard-class.html">
funcallable-standard-class</a> may
have a different class as its default direct superclass, but
that class must be a subclass of this class.
</P>
<P><B>Note:</B></P>
<P>
The <a href="inheritance-structure.html">table showing the
inheritance structure of metaobject classes</a> taken from
page 141 of the book suggests that the metaclass of of this
class is <a href="class-standard-class.html">
standard-class</a>, but we think that is a simple mistake.
</P>
</BODY>
</HTML>