diff options
author | cvs2svn <admin@example.com> | 2002-08-04 00:18:34 +0000 |
---|---|---|
committer | cvs2svn <admin@example.com> | 2002-08-04 00:18:34 +0000 |
commit | 2f4c89c4f475d3b2c718cbd4332c650214488ff9 (patch) | |
tree | 5abd57b1ace53b0c6970da9395f15d80d5f79430 /doc/goops/mop.text | |
parent | c7743d027a335eae585335b959e483c5a6c38d36 (diff) | |
download | guile-after-hanwen-gc-change.tar.gz |
This commit was manufactured by cvs2svn to create tagafter-hanwen-gc-change
'after-hanwen-gc-change'.
Diffstat (limited to 'doc/goops/mop.text')
-rw-r--r-- | doc/goops/mop.text | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/doc/goops/mop.text b/doc/goops/mop.text deleted file mode 100644 index 0180f2c1e..000000000 --- a/doc/goops/mop.text +++ /dev/null @@ -1,66 +0,0 @@ -*** NOTE: This information needs updating! *** - -P - procedure -L - local procedure -S - syntax -G - generic -M - method - -define-class (S) - make-class (S) - ensure-metaclass (P) - ensure-metaclass-with-supers (P) - make (G) - ensure-class (P) - make (G) - class-redefinition (G) - remove-class-accessors (G) - update-direct-method (G) - update-direct-subclass (G) - -define-generic (S) - make-generic-function (S) - ensure-generic-function (P) - make (G) - -define-method (S) - ensure-method (P) - ensure-generic-function (P) - make (G) - make (G) - add-method (P) - -method (S) - ensure-method (P) - -initialize (class) (M) - compute-cpl (P) - compute-slots (G) - compute-getters-n-setters (P) - compute-slot-init-function (L) - compute-get-n-set (G) - compute-slot-accessors (P) - ensure-method (P) - %inherit-magic! (P) - %prep-layout! (P) - -initialize (generic) (M) - make (G) - -change-class (G) - change-object-class (P) - update-instance-for-different-class (G) - -make = make-instance (G) - allocate-instance (G) - %allocate-instance (P) - initialize (G) - %initialize-object (P) - -apply-generic (G) - compute-applicable-methods (G) - find-method (P) - sort-applicable-methods (G) - sort (P) - apply-methods (G) - apply-method (G) |