"Fossies" - the Fresh Open Source Software archive

Member "jacl1.4.1/docs/TclJava/JavaIsNullCmd.html" of archive jacl1.4.1.tar.gz:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.


The java::isnull Command


Usage:

java::isnull javaObj

The java::isnull command is used to tell if a Java reference has the null value. The javaObj argument specifies an object handle. If the object has the null value, java::isnull will return 1. If the object is a Java object then java::isnull will return 0. If the object is not a valid Java object but rather a standard Tcl string, java::isnull will return an error stating that the argument was not a Java object handle.

Copyright © 1997-1998 Sun Microsystems, Inc.