Changeset 15674 for trunk/abcl/src/org
- Timestamp:
- 02/27/23 06:23:01 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/runtime-class.lisp
r15605 r15674 41 41 ARGUMENT-TYPES is a list of parameters to the method 42 42 43 The types are either strings naming fully qualified java classes or Lisp keywords referring to 44 primitive types (:void, :int, etc.). 43 The types are either strings naming fully qualified java classes, Lisp 44 keywords referring to primitive types (:void, :int, etc.), or 2-element 45 lists where the first element is the keyword :array and the second 46 element is a keyword referring to a primitive type, e.g. (:array :byte). 45 47 46 48 FUNCTION is a Lisp function of minimum arity (1+ (length
Note: See TracChangeset
for help on using the changeset viewer.