Class | Description |
---|---|
AbstractJavaElement |
A common superclass for
AnnotationElement and JavaElementBase to stuff that they share. |
AnnotationElement | |
FieldElement | |
InitializationOptimizations |
This class contains an assortment of methods that enable various optimizations and speedups during the initial
production of the java element forest without needing to expose the implementation details of the various element
types implemented in this package.
|
JavaElementBase<E extends Element,T extends TypeMirror> | |
JavaElementFactory | |
JavaElementForest | |
MethodElement | |
MethodParameterElement | |
MissingClassElement | |
MissingTypeElement | |
PackageElement |
TODO incorporate this into ClassTreeInitializer, Util.* and, element analyzer, etc.
|
TypeElement |
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.