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.
Interface | Description |
---|---|
Elements |
REVISED Utility methods for operating on program elements.
|
Class | Description |
---|---|
AbstractElementVisitor6<R,P> |
REVISED A skeletal visitor of program elements with default behavior
appropriate for the
RELEASE_6
source version. |
AbstractElementVisitor9<R,P> |
NEW A skeletal visitor of program elements with default behavior
appropriate for the
RELEASE_9
source version. |
ElementFilter |
REVISED Filters for selecting just the elements of interest from a
collection of elements.
|
ElementKindVisitor9<R,P> | |
ElementScanner9<R,P> |
NEW A scanning visitor of program elements with default behavior
appropriate for the
RELEASE_9
source version. |
SimpleElementVisitor9<R,P> |
NEW A simple visitor of program elements with default behavior
appropriate for the
RELEASE_9
source version. |
Copyright © 1993, 2017, Oracle and/or its affiliates · All rights reserved · License