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

jobject-pretty-class-name Function

Summary

Returns a string which is the name of the class to which a given jobject belongs.

Package

lw-ji

Signature

jobject-pretty-class-name jobject => name

Arguments
jobject
Values
name
A string.
Description

The function jobject-pretty-class-name returns a string which is the name of the class to which jobject belongs. The name is then cached in jobject.

The class for arrays is "prettified", which means converting it to the way it is declared in Java. For other objects, name is the same as the result of jobject-class-name.

See also

jobject
jobject-class-name
15.1 Types and conversion between Lisp and Java


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:46