Class.getClasses
Class Overview | Class Members |
This Package |
All Packages
public Class[] getClasses()
Description
Returns an array containing Class objects representing all the
public classes and interfaces that are members of the class
represented by this Class object. This includes public class
and interface members inherited from superclasses and public
class and interface members declared by the class. Returns an
array of length 0 if the class has no public member classes or
interfaces, or if this Class object represents a primitive
type.