Description Usage Arguments Details Value Author(s) References See Also Examples
Allows one to test if a Java object (in Omegahat) is an object of a particular class, or implements a particular Java interface.
1 |
obj |
the Java object whose class is being queried and compared |
klass |
the name of a Java class or the Class reference object
with which the object |
instanceof |
a logical value indicating whether the comparison
should be done using the equality of classes or the Java
|
This calls the Omegahat evaluator's is
method.
A logical value indicating whether the class of obj
is related
to klass
in the specified comparison. This is TRUE
or
FALSE
.
Duncan Temple Lang, John Chambers
http://www.omegahat.org/RSJava
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.