public interface TypeEnvironment
ProcessingEnvironment and
serves the same purpose. To give a context to the API checking classes.| Modifier and Type | Method and Description |
|---|---|
Elements |
getElementUtils() |
Types |
getTypeUtils() |
<R,P> R |
visitUseSites(TypeElement type,
UseSite.Visitor<R,P> visitor,
P parameter)
Visits the uses of the provided type.
|
@Nonnull Elements getElementUtils()
Elements@Nonnull Types getTypeUtils()
Types@Nullable <R,P> R visitUseSites(@Nonnull TypeElement type, @Nonnull UseSite.Visitor<R,P> visitor, @Nullable P parameter)
Copyright © 2015. All Rights Reserved.