getclass
getclass |
Purpose
Synopsis
function getclass(obj:jvmobject) : string
Argument
obj
|
The object reference to query
|
Return value
The name of the object class, e.g.
"java.io.File", or an empty string if the
jvmobject contains a null reference.
Further information
If the reference within the
jvmobject is null, this function will return an empty string.