Package javax.lang.model.util
See: Description
-
Interface Summary Interface Description Elements Utility methods for operating on program elements.Types Utility methods for operating on types. -
Class Summary Class Description AbstractAnnotationValueVisitor6<R,P> A skeletal visitor for annotation values with default behavior appropriate for theRELEASE_6
source version.AbstractAnnotationValueVisitor7<R,P> A skeletal visitor for annotation values with default behavior appropriate for theRELEASE_7
source version.AbstractElementVisitor6<R,P> A skeletal visitor of program elements with default behavior appropriate for theRELEASE_6
source version.AbstractElementVisitor7<R,P> A skeletal visitor of program elements with default behavior appropriate for theRELEASE_7
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.ElementFilter Filters for selecting just the elements of interest from a collection of elements.ElementKindVisitor6<R,P> ElementKindVisitor7<R,P> 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.SimpleAnnotationValueVisitor6<R,P> A simple visitor for annotation values with default behavior appropriate for theRELEASE_6
source version.SimpleAnnotationValueVisitor7<R,P> A simple visitor for annotation values with default behavior appropriate for theRELEASE_7
source version.SimpleElementVisitor6<R,P> A simple visitor of program elements with default behavior appropriate for theRELEASE_6
source version.SimpleElementVisitor7<R,P> A simple visitor of program elements with default behavior appropriate for theRELEASE_7
source version.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.TypeKindVisitor6<R,P> TypeKindVisitor7<R,P>
Package javax.lang.model.util Description
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
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
03/12/2024 18:19:33 Cette version de la page est en cache (à la date du 03/12/2024 18:19:33) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 11/06/2005, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/lang/model/util/package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.