| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: object-registry lisp-object &optional type-or-style
Transform a Lisp object into a representation that can be passed to Java. If the Lisp value has an equivalent representation in Java, it is passed by value; otherwise a remote reference to the Lisp object is created.
The first argument must be nil
. The second
argument is the Lisp object. The optional argument is used to specify
the type that Java will see or to override passing by value. If the
optional argument is :ref
then a remote reference
is always created. The other possible values of the optional argument
are shown in the description of make-immediate-object.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |