Class.getSuperclass
Class Overview | Class Members |
This Package |
All Packages
public native Class getSuperclass()
Returns
the superclass of the class represented by this object.
Description
If this object represents any class other than the class
Object, then the object that represents the superclass
of that class is returned.
If this object is the one that represents the class
Object or this object represents an interface,
null is returned.