Uses of Interface
javax.annotation.processing.ProcessingEnvironment
Package
Description
Provides utilities for operations on abstract syntax trees (AST).
Facilities for declaring annotation processors and for
allowing annotation processors to communicate with an annotation processing
tool environment.
-
Uses of ProcessingEnvironment in com.sun.source.util
Modifier and TypeMethodDescriptionstatic DocTrees
DocTrees.instance
(ProcessingEnvironment env) Returns a DocTrees object for a given ProcessingEnvironment.static JavacTask
JavacTask.instance
(ProcessingEnvironment processingEnvironment) Returns theJavacTask
for aProcessingEnvironment
.static Trees
Trees.instance
(ProcessingEnvironment env) Returns aTrees
object for a givenProcessingEnvironment
. -
Uses of ProcessingEnvironment in javax.annotation.processing
Modifier and TypeFieldDescriptionprotected ProcessingEnvironment
AbstractProcessor.processingEnv
Processing environment providing by the tool framework.Modifier and TypeMethodDescriptionvoid
AbstractProcessor.init
(ProcessingEnvironment processingEnv) Initializes the processor with the processing environment by setting theprocessingEnv
field to the value of theprocessingEnv
argument.void
Processor.init
(ProcessingEnvironment processingEnv) Initializes the processor with the processing environment.