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