For expert use: Stores a jobject in a jvalue.
lw-ji
jvalue-store-jobject jvalue value => stored-p
jvalue⇩ |
A FLI pointer to a jvalue. |
value⇩ |
A Lisp object. |
stored-p |
A boolean. |
The function jvalue-store-jobject
checks if value is either a jobject or an instance of standard-java-object. If it is, jvalue-store-jobject
stores value (for jobject) or the jobject associated with value (for standard-java-object) in jvalue and returns t
. Otherwise, jvalue-store-jobject
returns nil
.
jvalue must be a FLI pointer to a jvalue.
In typical usage of the Java interface, you will not need to use this functions.
15.6 Utilities and administration
jvalue
jvalue-store-jboolean
jvalue-store-jbyte
jvalue-store-jchar
jvalue-store-jshort
jvalue-store-jint
jvalue-store-jlong
jvalue-store-jfloat
jvalue-store-jdouble
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:46