Generic Function Get-Class (4 methods)

( get-class < thing > &key < error? > )

Part of:

package metabang.moptilities
Returns the class of thing or nil if the class cannot be found. Thing can be a class, an object representing a class or a symbol naming a class. Get-class is like find-class only not as particular.

Method Summary

get-class < class
get-class < STANDARD-OBJECT > 
get-class < SYMBOL > 
get-class < T >