source: trunk/abcl/doc/design/amop/missing.markdown

Last change on this file was 13433, checked in by Mark Evenson, 13 years ago

Note that finalize-inheritance isn't a generic function.

File size: 1.2 KB
Line 
1# Missing AMOP symbols
2
3add-dependent
4
5add-direct-method
6
7add-direct-subclass
8
9compute-class-precedence-list
10
11compute-default-initargs
12
13compute-discriminating-function
14
15compute-effective-method
16 
17   We have COMPUTE-EFFECTIVE-METHOD-FUNCTION which lacks the
18   METHOD-COMBINATION argument in its signature.
19   
20ensure-class-using-class   
21
22ensure-generic-function-using-class
23
24find-method-combination
25
26make-method-lambda
27
28map-dependents
29
30reader-method-class
31
32remove-dependent
33
34remove-direct-method
35
36remove-direct-subclass
37
38specializer-direct-generic-functions
39
40specializer-direct-methods
41
42standard-instance-access
43  Present in SYSTEM.
44 
45update-dependent
46
47writer-method-class
48
49generic-function-argument-precedence-order
50  Present in SYSTEM.
51
52generic-function-declarations
53   
54generic-function-method-class
55  Present in SYSTEM.   
56
57generic-function-method-combination
58  Present in SYSTEM.
59 
60generic-function-methods
61  Present in SYSTEM.
62 
63method-generic-function
64  Check %method-generic-function
65
66method-lambda-list
67  Present in SYSTEM.
68   
69accessor-method-slot-definition 
70
71slot-definition-type
72
73ensure-class
74  Present in SYSTEM.
75 
76extract-specializer-names
77
78funcallable-standard-instance-access
79
80## Problems
81
82finalize-inheritance is not a generic function
Note: See TracBrowser for help on using the repository browser.