Uses of Interface
org.eclipse.jdt.internal.compiler.apt.dispatch.IProcessorProvider

Packages that use IProcessorProvider
org.eclipse.jdt.internal.compiler.apt.dispatch   
 

Uses of IProcessorProvider in org.eclipse.jdt.internal.compiler.apt.dispatch
 

Classes in org.eclipse.jdt.internal.compiler.apt.dispatch that implement IProcessorProvider
 class BaseAnnotationProcessorManager
          This class is the central dispatch point for Java 6 annotation processing.
 class BatchAnnotationProcessorManager
          Java 6 annotation processor manager used when compiling from the command line or via the javax.tools.JavaCompiler interface.
 

Constructors in org.eclipse.jdt.internal.compiler.apt.dispatch with parameters of type IProcessorProvider
RoundDispatcher(IProcessorProvider provider, RoundEnvironment env, Set<TypeElement> rootAnnotations, PrintWriter traceProcessorInfo, PrintWriter traceRounds)
           
 



Copyright © 2012. All Rights Reserved.