forked from robert-strandh/CLOS-MOP-HTML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
class-direct-subclasses-built-in-class.html
43 lines (35 loc) · 1.13 KB
/
class-direct-subclasses-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
<HTML>
<HEAD>
<TITLE>class-direct-subclasses-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="all-no-methods.html" title="Up">
<li class=navigation><img src="up.png" alt="Up">
</li>
</a>
</ul>
<A NAME="class-direct-subclasses"><I>Method</I> <B>CLASS-DIRECT-SUBCLASSES</B>
<P><B>Syntax:</B></P>
<P><B>class-direct-subclasses</B> <I>(class</I>
built-in-class) => <I>subclasses</I>
<P><B>Description:</B></P>
<p>
This is a method on the generic
function <a href="class-direct-subclasses.html">class-direct-subclasses</a>.
</p>
<p>
This method returns a value derived from the information in
<a href="table-class-inheritance.html">the table showing the class
inheritance structure</a>, except that implementation-specific
modifications are permitted as described in section
<a href="implementation-and-user-specialization.html">
``Implementation and User Specialization.''</a>
</p>
</BODY>
</HTML>