Java org.eclipse.jdt.apt.core.env EclipseAnnotationProcessorEnvironment fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.apt.core.env EclipseAnnotationProcessorEnvironment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.apt.core.env EclipseAnnotationProcessorEnvironment.

The text is from its open source code.

Method

CollectiongetDeclarationsAnnotatedWith(AnnotationTypeDeclaration a)
Returns the declarations annotated with the given annotation type.
IJavaProjectgetJavaProject()
EclipseMessagergetMessager()
PhasegetPhase()
Indicate whether the processor is being called during a build or during editing (that is, during reconcile).
CollectiongetSpecifiedTypeDeclarations()
Returns the declarations of the types specified when the annotation processing tool was invoked.
TypeDeclarationgetTypeDeclaration(String name)
Returns the declaration of a type given its fully qualified name.