Changeset 13960
- Timestamp:
- 06/11/12 12:52:04 (9 years ago)
- Location:
- trunk/abcl/src/org/armedbear/lisp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/clos.lisp
r13959 r13960 109 109 ;; chapters 1-4 and appendix D. 110 110 111 (export '(class-precedence-list class-slots112 slot-definition-name))113 111 (defconstant +the-standard-class+ (find-class 'standard-class)) 114 112 (defconstant +the-funcallable-standard-class+ … … 3090 3088 t)))) 3091 3089 3092 (export '(compute-applicable-methods3093 compute-applicable-methods-using-classes))3094 3095 3090 3096 3091 ;;; Slot access -
trunk/abcl/src/org/armedbear/lisp/mop.lisp
r13959 r13960 58 58 compute-default-initargs 59 59 compute-effective-slot-definition 60 compute-applicable-methods 61 compute-applicable-methods-using-classes 60 62 compute-effective-method 61 63 compute-slots … … 78 80 class-finalized-p 79 81 class-prototype 82 class-precedence-list 83 class-slots 80 84 81 85 add-direct-subclass … … 98 102 99 103 slot-definition 104 slot-definition-initargs 105 slot-definition-location 106 slot-definition-name 100 107 slot-definition-readers 108 slot-definition-type 101 109 slot-definition-writers 102 slot-definition-location 110 103 111 standard-instance-access 104 112 funcallable-standard-instance-access
Note: See TracChangeset
for help on using the changeset viewer.