findClass
findClass(s_className) =>u_classObject/nil
Description
Returns the class object associated with a symbol. The symbol is the symbolic name of the class object.
Arguments
Value Returned
Examples
findClass( 'Point ) => funobj:0x1c9968
findClass( 'fixnum ) => funobj:0x1840d8
findClass( 'standardObject => funobj:0x184028
findClass( 'fuzzyNumber ) => nil
Related Topics
Return to top