Changeset 15674 for trunk/abcl/src/org


Ignore:
Timestamp:
02/27/23 06:23:01 (3 months ago)
Author:
Mark Evenson
Message:

Augment JAVA:JNEW-RUNTIME-CLASS docstring

(Uthar)

Via <https://github.com/armedbear/abcl/pull/517#issuecomment-1444516133>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/runtime-class.lisp

    r15605 r15674  
    4141      ARGUMENT-TYPES is a list of parameters to the method
    4242
    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).
    4547
    4648     FUNCTION is a Lisp function of minimum arity (1+ (length
Note: See TracChangeset for help on using the changeset viewer.