Subinterfaces of
Declaration in
com.sun.mirror.declaration
|
interface
|
AnnotationTypeDeclaration
Represents the declaration of an annotation type. |
interface
|
AnnotationTypeElementDeclaration
Represents an element of an annotation type. |
interface
|
ClassDeclaration
Represents the declaration of a class. |
interface
|
ConstructorDeclaration
Represents a constructor of a class or interface. |
interface
|
EnumConstantDeclaration
Represents an enum constant declaration. |
interface
|
EnumDeclaration
Represents the declaration of an enum type. |
interface
|
ExecutableDeclaration
Represents a method or constructor of a class or interface. |
interface
|
FieldDeclaration
Represents a field of a type declaration. |
interface
|
InterfaceDeclaration
Represents the declaration of an interface. |
interface
|
MemberDeclaration
Represents a declaration that may be a member or constructor of a declared
type. |
interface
|
MethodDeclaration
Represents a method of a class or interface. |
interface
|
PackageDeclaration
Represents the declaration of a package. |
interface
|
ParameterDeclaration
Represents a formal parameter of a method or constructor. |
interface
|
TypeDeclaration
Represents the declaration of a class or interface. |
interface
|
TypeParameterDeclaration
Represents a formal type parameter of a generic type, method,
or constructor declaration. |