Description Usage Arguments Details Value Author(s) References See Also Examples
This returns the class of the specified object
or that found by resolving the (partially qualfied)
class name. The resulting class reference can be used
to access static fields and method, and a description
of the class. This is most conveniently done
using the $
operator.
1 |
x |
a (partially qualified) class name or a reference to a Java object whose class name is used to resolve the class. |
name |
an optional string to use as the name to use
for the resulting class reference in the Omegahat
database. This is passed as the |
This calls the Omegahat evaluator's
findClass
method with the name of
the class to be found.
An anonymous reference to a Java class. This can then be used to access static methods and fields.
Duncan Temple Lang, John Chambers
http://www.omegahat.org/RSJava
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.