Changeset 13435 for trunk/abcl/src/org/armedbear/lisp/jvm-class-file.lisp
- Timestamp:
- 08/02/11 21:15:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/jvm-class-file.lisp
r13222 r13435 534 534 (defun class-add-method (class method) 535 535 "Adds a `method' to `class'; the method must have been created using 536 `make- method'."536 `make-jvm-method'." 537 537 (push method (class-file-methods class))) 538 538
Note: See TracChangeset
for help on using the changeset viewer.