See: Description
Interface | Description |
---|---|
Elements |
Utility methods for operating on program elements.
|
Types |
Utility methods for operating on types.
|
Class | Description |
---|---|
AbstractAnnotationValueVisitor6<R,P> | Deprecated
Release 6 is obsolete; update to a visitor for a newer
release level.
|
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 the
RELEASE_9
source version. |
AbstractElementVisitor6<R,P> | Deprecated
Release 6 is obsolete; update to a visitor for a newer
release level.
|
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 the
RELEASE_9
source version. |
AbstractTypeVisitor6<R,P> | Deprecated
Release 6 is obsolete; update to a visitor for a newer
release level.
|
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
the
RELEASE_9
source version. |
ElementFilter |
Filters for selecting just the elements of interest from a
collection of elements.
|
ElementKindVisitor6<R,P> | Deprecated
Release 6 is obsolete; update to a visitor for a newer
release level.
|
ElementKindVisitor7<R,P> | |
ElementKindVisitor8<R,P> | |
ElementKindVisitor9<R,P> | |
ElementScanner6<R,P> | Deprecated
Release 6 is obsolete; update to a visitor for a newer
release level.
|
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 the
RELEASE_9
source version. |
SimpleAnnotationValueVisitor6<R,P> | Deprecated
Release 6 is obsolete; update to a visitor for a newer
release level.
|
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 the
RELEASE_9
source version. |
SimpleElementVisitor6<R,P> | Deprecated
Release 6 is obsolete; update to a visitor for a newer
release level.
|
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 the
RELEASE_9
source version. |
SimpleTypeVisitor6<R,P> | Deprecated
Release 6 is obsolete; update to a visitor for a newer
release level.
|
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 the
RELEASE_9 source version. |
TypeKindVisitor6<R,P> | Deprecated
Release 6 is obsolete; update to a visitor for a newer
release level.
|
TypeKindVisitor7<R,P> | |
TypeKindVisitor8<R,P> | |
TypeKindVisitor9<R,P> |
Unless otherwise specified in a particular implementation, the collections returned by methods in this package should be expected to be unmodifiable by the caller and unsafe for concurrent access.
Unless otherwise specified, methods in this package will throw
a NullPointerException
if given a null
argument.
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait