Returns a string which is the name of the class to which a given jobject belongs.
lw-ji
jobject-pretty-class-name jobject => name
jobject⇩ |
A jobject. |
name⇩ |
A string. |
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.
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