Home » openjdk-7 » com.sun.mirror » declaration »

com.sun.mirror.declaration

Interfaces:

AnnotationMirror   Represents an annotation.  code | html
AnnotationTypeDeclaration   Represents the declaration of an annotation type.  code | html
AnnotationTypeElementDeclaration   Represents an element of an annotation type.  code | html
AnnotationValue   Represents a value of an annotation type element.  code | html
ClassDeclaration   Represents the declaration of a class.  code | html
ConstructorDeclaration   Represents a constructor of a class or interface.  code | html
Declaration   Represents the declaration of a program element such as a package, class, or method.  code | html
EnumConstantDeclaration   Represents an enum constant declaration.  code | html
EnumDeclaration   Represents the declaration of an enum type.  code | html
ExecutableDeclaration   Represents a method or constructor of a class or interface.  code | html
FieldDeclaration   Represents a field of a type declaration.  code | html
InterfaceDeclaration   Represents the declaration of an interface.  code | html
MemberDeclaration   Represents a declaration that may be a member or constructor of a declared type.  code | html
MethodDeclaration   Represents a method of a class or interface.  code | html
PackageDeclaration   Represents the declaration of a package.  code | html
ParameterDeclaration   Represents a formal parameter of a method or constructor.  code | html
TypeDeclaration   Represents the declaration of a class or interface.  code | html
TypeParameterDeclaration   Represents a formal type parameter of a generic type, method, or constructor declaration.  code | html

Classes:

Modifier   Represents a modifier on the declaration of a program element such as a class, method, or field.  code | html