public class TypesIntoElements
extends java.lang.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(javax.annotation.processing.ProcessingEnvironment processingEnv,
AnnotatedTypeFactory atypeFactory,
com.sun.source.tree.ClassTree tree)
The entry point.
|
public static void store(javax.annotation.processing.ProcessingEnvironment processingEnv,
AnnotatedTypeFactory atypeFactory,
com.sun.source.tree.ClassTree tree)
processingEnv - the environmentatypeFactory - the type factorytree - the ClassTree to process