Changeset 11453
- Timestamp:
- Dec 2, 2008, 3:06:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/examples/jfli/jfli.lisp
r11446 r11453 16 16 17 17 (defpackage :jfli 18 (:use :common-lisp : ccl :jni)18 (:use :common-lisp :jni) 19 19 (:export 20 20 … … 348 348 (member-symbol full-class-name "new")) 349 349 350 ¯(defun get-java-class-ref (canonic-class-symbol)350 (defun get-java-class-ref (canonic-class-symbol) 351 351 "class-ref is cached on the plist of the canonic class symbol" 352 352 (get-or-init (get canonic-class-symbol :class-ref)
Note: See TracChangeset
for help on using the changeset viewer.