All Manuals > LispWorks® User Guide and Reference Manual > 39 The LW-JI Package

jvalue-store-jobject Function

Summary

For expert use: Stores a jobject in a jvalue.

Package

lw-ji

Signature

jvalue-store-jobject jvalue value => stored-p

Arguments
jvalue
A FLI pointer to a jvalue.
value
A Lisp object.
Values
stored-p
A boolean.
Description

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.

Notes

In typical usage of the Java interface, you will not need to use this functions.

See also

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