This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package javax.lang.model.util

Utilities to assist in the processing of javax.lang.model.element and javax.lang.model.type.

See:
          Description

Interface Summary
Elements Utility methods for operating on program elements.
Types Utility methods for operating on types.
 

Class Summary
AbstractAnnotationValueVisitor6 A skeletal visitor for annotation values with default behavior appropriate for the javax.lang.model.SourceVersion.RELEASE_6 source version.
AbstractElementVisitor6 A skeletal visitor of program elements with default behavior appropriate for the javax.lang.model.SourceVersion.RELEASE_6 source version.
AbstractTypeVisitor6 A skeletal visitor of types with default behavior appropriate for the version 6 language level.
ElementFilter Filters for selecting just the elements of interest from a collection of elements.
ElementKindVisitor6 A visitor of program elements based on their javax.lang.model.element.ElementKind with default behavior appropriate for the javax.lang.model.SourceVersion.RELEASE_6 source version.
ElementScanner6 A scanning visitor of program elements with default behavior appropriate for the javax.lang.model.SourceVersion.RELEASE_6 source version.
SimpleAnnotationValueVisitor6 A simple visitor for annotation values with default behavior appropriate for the javax.lang.model.SourceVersion.RELEASE_6 source version.
SimpleElementVisitor6 A simple visitor of program elements with default behavior appropriate for the javax.lang.model.SourceVersion.RELEASE_6 source version.
SimpleTypeVisitor6 A simple visitor of types with default behavior appropriate for the javax.lang.model.SourceVersion.RELEASE_6 source version.
TypeKindVisitor6 A visitor of types based on their javax.lang.model.type.TypeKind with default behavior appropriate for the javax.lang.model.SourceVersion.RELEASE_6 source version.
 

Package javax.lang.model.util Description

Utilities to assist in the processing of {@linkplain javax.lang.model.element program elements} and {@linkplain javax.lang.model.type 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 {@code NullPointerException} if given a {@code null} argument.



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.