AbstractAnnotationValueVisitor14<R,P> |
A skeletal visitor for annotation values with default behavior
appropriate for source version RELEASE_14 .
|
AbstractAnnotationValueVisitor6<R,P> |
A skeletal visitor for annotation values with default behavior
appropriate for the RELEASE_6
source version.
|
AbstractAnnotationValueVisitor7<R,P> |
A skeletal visitor for annotation values with default behavior
appropriate for the RELEASE_7
source version.
|
AbstractAnnotationValueVisitor8<R,P> |
A skeletal visitor for annotation values with default behavior
appropriate for the RELEASE_8
source version.
|
AbstractAnnotationValueVisitor9<R,P> |
A skeletal visitor for annotation values with default behavior
appropriate for source versions RELEASE_9 through RELEASE_14 .
|
AbstractElementVisitor14<R,P> |
A skeletal visitor of program elements with default behavior
appropriate for the RELEASE_14
source version.
|
AbstractElementVisitor6<R,P> |
A skeletal visitor of program elements with default behavior
appropriate for the RELEASE_6
source version.
|
AbstractElementVisitor7<R,P> |
A skeletal visitor of program elements with default behavior
appropriate for the RELEASE_7
source version.
|
AbstractElementVisitor8<R,P> |
A skeletal visitor of program elements with default behavior
appropriate for the RELEASE_8
source version.
|
AbstractElementVisitor9<R,P> |
A skeletal visitor of program elements with default behavior
appropriate for source versions RELEASE_9 through RELEASE_14 .
|
AbstractProcessor |
An abstract annotation processor designed to be a convenient
superclass for most concrete annotation processors.
|
AbstractTypeVisitor14<R,P> |
A skeletal visitor of types with default behavior appropriate for the
RELEASE_14 source version.
|
AbstractTypeVisitor6<R,P> |
A skeletal visitor of types with default behavior appropriate for
the RELEASE_6
source version.
|
AbstractTypeVisitor7<R,P> |
A skeletal visitor of types with default behavior appropriate for
the RELEASE_7
source version.
|
AbstractTypeVisitor8<R,P> |
A skeletal visitor of types with default behavior appropriate for
the RELEASE_8
source version.
|
AbstractTypeVisitor9<R,P> |
A skeletal visitor of types with default behavior appropriate for
source versions RELEASE_9 through
RELEASE_14 .
|
AnnotationMirror |
Represents an annotation.
|
AnnotationValue |
Represents a value of an annotation type element.
|
AnnotationValueVisitor<R,P> |
A visitor of the values of annotation type elements, using a
variant of the visitor design pattern.
|
Completion |
|
Completions |
|
Element |
Represents a program element such as a module, package, class, or method.
|
ElementFilter |
Filters for selecting just the elements of interest from a
collection of elements.
|
ElementKind |
The kind of an element.
|
ElementKindVisitor14<R,P> |
A visitor of program elements based on their kind with default behavior appropriate for the RELEASE_14 source version.
|
ElementKindVisitor6<R,P> |
A visitor of program elements based on their kind with default behavior appropriate for the RELEASE_6 source version.
|
ElementKindVisitor7<R,P> |
A visitor of program elements based on their kind with default behavior appropriate for the RELEASE_7 source version.
|
ElementKindVisitor8<R,P> |
A visitor of program elements based on their kind with default behavior appropriate for the RELEASE_8 source version.
|
ElementKindVisitor9<R,P> |
A visitor of program elements based on their kind with default behavior appropriate for source
versions RELEASE_9 through RELEASE_14 .
|
Elements |
Utility methods for operating on program elements.
|
Elements.Origin |
The origin of an element or other language model
item.
|
ElementScanner14<R,P> |
A scanning visitor of program elements with default behavior
appropriate for the RELEASE_14
source version.
|
ElementScanner6<R,P> |
A scanning visitor of program elements with default behavior
appropriate for the RELEASE_6
source version.
|
ElementScanner7<R,P> |
A scanning visitor of program elements with default behavior
appropriate for the RELEASE_7
source version.
|
ElementScanner8<R,P> |
A scanning visitor of program elements with default behavior
appropriate for the RELEASE_8
source version.
|
ElementScanner9<R,P> |
A scanning visitor of program elements with default behavior
appropriate for source versions RELEASE_9 through RELEASE_14 .
|
ElementVisitor<R,P> |
A visitor of program elements, in the style of the visitor design
pattern.
|
ExecutableElement |
Represents a method, constructor, or initializer (static or
instance) of a class or interface, including annotation type
elements.
|
Filer |
This interface supports the creation of new files by an annotation
processor.
|
FilerException |
Indicates a Filer detected an attempt to open a file that
would violate the guarantees provided by the Filer .
|
Generated |
The Generated annotation is used to mark source code that has been generated.
|
Messager |
A Messager provides the way for an annotation processor to
report error messages, warnings, and other notices.
|
Modifier |
Represents a modifier on a program element such
as a class, method, or field.
|
ModuleElement |
Represents a module program element.
|
ModuleElement.Directive |
Represents a directive within the declaration of this
module.
|
ModuleElement.DirectiveKind |
The kind of a directive.
|
ModuleElement.DirectiveVisitor<R,P> |
A visitor of module directives, in the style of the visitor design
pattern.
|
ModuleElement.ExportsDirective |
An exported package of a module.
|
ModuleElement.OpensDirective |
An opened package of a module.
|
ModuleElement.ProvidesDirective |
An implementation of a service provided by a module.
|
ModuleElement.RequiresDirective |
A dependency of a module.
|
ModuleElement.UsesDirective |
A reference to a service used by a module.
|
Name |
An immutable sequence of characters.
|
NestingKind |
The nesting kind of a type element.
|
PackageElement |
Represents a package program element.
|
Parameterizable |
A mixin interface for an element that has type parameters.
|
ProcessingEnvironment |
|
Processor |
The interface for an annotation processor.
|
QualifiedNameable |
A mixin interface for an element that has a qualified name.
|
RecordComponentElement |
Represents a record component.
|
RoundEnvironment |
|
SimpleAnnotationValueVisitor14<R,P> |
A simple visitor for annotation values with default behavior
appropriate for source version RELEASE_14 .
|
SimpleAnnotationValueVisitor6<R,P> |
A simple visitor for annotation values with default behavior
appropriate for the RELEASE_6
source version.
|
SimpleAnnotationValueVisitor7<R,P> |
A simple visitor for annotation values with default behavior
appropriate for the RELEASE_7
source version.
|
SimpleAnnotationValueVisitor8<R,P> |
A simple visitor for annotation values with default behavior
appropriate for the RELEASE_8
source version.
|
SimpleAnnotationValueVisitor9<R,P> |
A simple visitor for annotation values with default behavior
appropriate for source versions RELEASE_9 through RELEASE_14 .
|
SimpleElementVisitor14<R,P> |
A simple visitor of program elements with default behavior
appropriate for the RELEASE_14
source version.
|
SimpleElementVisitor6<R,P> |
A simple visitor of program elements with default behavior
appropriate for the RELEASE_6
source version.
|
SimpleElementVisitor7<R,P> |
A simple visitor of program elements with default behavior
appropriate for the RELEASE_7
source version.
|
SimpleElementVisitor8<R,P> |
A simple visitor of program elements with default behavior
appropriate for the RELEASE_8
source version.
|
SimpleElementVisitor9<R,P> |
A simple visitor of program elements with default behavior
appropriate for source versions RELEASE_9 through RELEASE_14 .
|
SimpleTypeVisitor14<R,P> |
A simple visitor of types with default behavior appropriate for
source version RELEASE_14 .
|
SimpleTypeVisitor6<R,P> |
A simple visitor of types with default behavior appropriate for the
RELEASE_6 source version.
|
SimpleTypeVisitor7<R,P> |
A simple visitor of types with default behavior appropriate for the
RELEASE_7 source version.
|
SimpleTypeVisitor8<R,P> |
A simple visitor of types with default behavior appropriate for the
RELEASE_8 source version.
|
SimpleTypeVisitor9<R,P> |
A simple visitor of types with default behavior appropriate for
source versions RELEASE_9 through
RELEASE_14 .
|
SupportedAnnotationTypes |
An annotation used to indicate what annotation types an annotation
processor supports.
|
SupportedOptions |
An annotation used to indicate what options an annotation processor
supports.
|
SupportedSourceVersion |
An annotation used to indicate the latest source version an
annotation processor supports.
|
TypeElement |
Represents a class or interface program element.
|
TypeKindVisitor14<R,P> |
A visitor of types based on their kind with
default behavior appropriate for source version RELEASE_14 .
|
TypeKindVisitor6<R,P> |
A visitor of types based on their kind with
default behavior appropriate for the RELEASE_6 source version.
|
TypeKindVisitor7<R,P> |
A visitor of types based on their kind with
default behavior appropriate for the RELEASE_7 source version.
|
TypeKindVisitor8<R,P> |
A visitor of types based on their kind with
default behavior appropriate for the RELEASE_8 source version.
|
TypeKindVisitor9<R,P> |
A visitor of types based on their kind with
default behavior appropriate for source versions RELEASE_9 through RELEASE_14 .
|
TypeParameterElement |
Represents a formal type parameter of a generic class, interface, method,
or constructor element.
|
Types |
Utility methods for operating on types.
|
UnknownAnnotationValueException |
Indicates that an unknown kind of annotation value was encountered.
|
UnknownDirectiveException |
Indicates that an unknown kind of module directive was encountered.
|
UnknownElementException |
Indicates that an unknown kind of element was encountered.
|
VariableElement |
Represents a field, enum constant, method or constructor
parameter, local variable, resource variable, or exception
parameter.
|