| Represents the declaration of a class.
For the declaration of an interface, see
InterfaceDeclaration .
Provides access to information about the class, its members, and
its constructors.
Note that an
is a kind of class.
While a ClassDeclaration represents the declaration
of a class, a
ClassType represents a class type.
See
TypeDeclaration for more on this distinction.
com.sun.mirror.util.DeclarationFilter provides a simple way to select just the items of interest
when a method returns a collection of declarations.
author: Joseph D. Darcy author: Scott Seligman version: 1.3 04/02/20 See Also: ClassType since: 1.5 |