Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Package javax.lang.model.util

Utilities to assist in the processing of program elements and types.

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 the RELEASE_6 source version.
AbstractAnnotationValueVisitor7<R,P> A skeletal visitor for annotation values with default behavior appropriate for the RELEASE_7 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.
AbstractTypeVisitor6<R,P> A skeletal visitor of types with default behavior appropriate for the version 6 language level.
AbstractTypeVisitor7<R,P> A skeletal visitor of types with default behavior appropriate for the version 7 language level.
ElementFilter Filters for selecting just the elements of interest from a collection of elements.
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_6 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.
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.
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.
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.
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.
 

Package javax.lang.model.util Description

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

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

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, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.