See: Description
Class | Description |
---|---|
AbstractJavaElement |
An abstract class for other elements to extend from.
|
JavaClassElement |
A class element returning data from a
TypeElement . |
JavaElementFactory |
An implementation of
ElementFactory for Java. |
JavaMethodElement |
A method element returning data from a
ExecutableElement . |
JavaPackageElement |
A package element for Java.
|
JavaVisitorContext |
The visitor context when visiting Java code.
|
LoadedVisitor |
Used to store a reference to an underlying
TypeElementVisitor and
optionally invoke the visit methods on the visitor if it matches the
element being visited by the annotation processor. |