API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.lang.model.element
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.6 06/08/28
Serial
Description
  Interfaces used to model elements of the Java programming language.
See also:   
AnnotationMirror View Source Represents an annotation.
AnnotationValue View Source Represents a value of an annotation type element.
AnnotationValueVisitor View Source A visitor of the values of annotation type elements, using a variant of the visitor design pattern.
Element View Source Represents a program element such as a package, class, or method.
ElementKind View Source The kind of an element.
ElementVisitor View Source A visitor of program elements, in the style of the visitor design pattern.
ExecutableElement View Source Represents a method, constructor, or initializer (static or instance) of a class or interface, including annotation type elements.
Modifier View Source Represents a modifier on a program element such as a class, method, or field.
Name View Source An immutable sequence of characters.
NestingKind View Source The nesting kind of a type element.
PackageElement View Source Represents a package program element.
TypeElement View Source Represents a class or interface program element.
TypeParameterElement View Source Represents a formal type parameter of a generic class, interface, method, or constructor element.
UnknownAnnotationValueException View Source Indicates that an unknown kind of annotation value was encountered.
UnknownElementException View Source Indicates that an unknown kind of element was encountered.
VariableElement View Source Represents a field, enum constant, method or constructor parameter, local variable, or exception parameter.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar