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

NextPrevUpTopContentsIndex

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

A jobject.

Values

name

A string.

Description

The function jobject-pretty-class-name returns a string which is the name of the class to which the jobject object belongs. The name is then cached in the 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
Types and conversion between Lisp and Java


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex