Module java.compiler
Package javax.lang.model.util
package javax.lang.model.util
Utilities to assist in the processing of
program elements and
types.
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.
- Since:
- 1.6
- See Also:
-
ClassDescriptionA skeletal visitor for annotation values with default behavior appropriate for source version
RELEASE_14
.A skeletal visitor for annotation values with default behavior appropriate for theRELEASE_6
source version.A skeletal visitor for annotation values with default behavior appropriate for theRELEASE_7
source version.A skeletal visitor for annotation values with default behavior appropriate for theRELEASE_8
source version.A skeletal visitor for annotation values with default behavior appropriate for source versionsRELEASE_9
throughRELEASE_14
.A skeletal visitor of program elements with default behavior appropriate for theRELEASE_14
source version.A skeletal visitor of program elements with default behavior appropriate for theRELEASE_6
source version.A skeletal visitor of program elements with default behavior appropriate for theRELEASE_7
source version.A skeletal visitor of program elements with default behavior appropriate for theRELEASE_8
source version.A skeletal visitor of program elements with default behavior appropriate for source versionsRELEASE_9
throughRELEASE_14
.A skeletal visitor of types with default behavior appropriate for theRELEASE_14
source version.AbstractTypeVisitor6<R,P> A skeletal visitor of types with default behavior appropriate for theRELEASE_6
source version.AbstractTypeVisitor7<R,P> A skeletal visitor of types with default behavior appropriate for theRELEASE_7
source version.AbstractTypeVisitor8<R,P> A skeletal visitor of types with default behavior appropriate for theRELEASE_8
source version.AbstractTypeVisitor9<R,P> A skeletal visitor of types with default behavior appropriate for source versionsRELEASE_9
throughRELEASE_14
.Filters for selecting just the elements of interest from a collection of elements.ElementKindVisitor14<R,P> A visitor of program elements based on their kind with default behavior appropriate for theRELEASE_14
source version.ElementKindVisitor6<R,P> ElementKindVisitor7<R,P> ElementKindVisitor8<R,P> ElementKindVisitor9<R,P> A visitor of program elements based on their kind with default behavior appropriate for source versionsRELEASE_9
throughRELEASE_14
.Utility methods for operating on program elements.The origin of an element or other language model item.ElementScanner14<R,P> A scanning visitor of program elements with default behavior appropriate for theRELEASE_14
source version.ElementScanner6<R,P> A scanning visitor of program elements with default behavior appropriate for theRELEASE_6
source version.ElementScanner7<R,P> A scanning visitor of program elements with default behavior appropriate for theRELEASE_7
source version.ElementScanner8<R,P> A scanning visitor of program elements with default behavior appropriate for theRELEASE_8
source version.ElementScanner9<R,P> A scanning visitor of program elements with default behavior appropriate for source versionsRELEASE_9
throughRELEASE_14
.A simple visitor for annotation values with default behavior appropriate for source versionRELEASE_14
.A simple visitor for annotation values with default behavior appropriate for theRELEASE_6
source version.A simple visitor for annotation values with default behavior appropriate for theRELEASE_7
source version.A simple visitor for annotation values with default behavior appropriate for theRELEASE_8
source version.A simple visitor for annotation values with default behavior appropriate for source versionsRELEASE_9
throughRELEASE_14
.A simple visitor of program elements with default behavior appropriate for theRELEASE_14
source version.A simple visitor of program elements with default behavior appropriate for theRELEASE_6
source version.A simple visitor of program elements with default behavior appropriate for theRELEASE_7
source version.A simple visitor of program elements with default behavior appropriate for theRELEASE_8
source version.A simple visitor of program elements with default behavior appropriate for source versionsRELEASE_9
throughRELEASE_14
.SimpleTypeVisitor14<R,P> A simple visitor of types with default behavior appropriate for source versionRELEASE_14
.SimpleTypeVisitor6<R,P> A simple visitor of types with default behavior appropriate for theRELEASE_6
source version.SimpleTypeVisitor7<R,P> A simple visitor of types with default behavior appropriate for theRELEASE_7
source version.SimpleTypeVisitor8<R,P> A simple visitor of types with default behavior appropriate for theRELEASE_8
source version.SimpleTypeVisitor9<R,P> A simple visitor of types with default behavior appropriate for source versionsRELEASE_9
throughRELEASE_14
.TypeKindVisitor14<R,P> A visitor of types based on their kind with default behavior appropriate for source versionRELEASE_14
.TypeKindVisitor6<R,P> TypeKindVisitor7<R,P> TypeKindVisitor8<R,P> TypeKindVisitor9<R,P> A visitor of types based on their kind with default behavior appropriate for source versionsRELEASE_9
throughRELEASE_14
.Utility methods for operating on types.