public class TypesIntoElements extends Object
This has kind-of the symmetric function to TypeFromElement
.
This class deals with javac internals and liberally imports such classes.
Constructor and Description |
---|
TypesIntoElements() |
Modifier and Type | Method and Description |
---|---|
static void |
store(ProcessingEnvironment processingEnv,
AnnotatedTypeFactory atypeFactory,
ClassTree tree)
The entry point.
|
public static void store(ProcessingEnvironment processingEnv, AnnotatedTypeFactory atypeFactory, ClassTree tree)
processingEnv
- the environmentatypeFactory
- the type factorytree
- the ClassTree to process