Uses of Class
org.eclipse.jdt.internal.compiler.apt.dispatch.ProcessorInfo

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

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

Fields in org.eclipse.jdt.internal.compiler.apt.dispatch with type parameters of type ProcessorInfo
protected  List<ProcessorInfo> BaseAnnotationProcessorManager._processors
          The list of processors that have been loaded so far.
 

Methods in org.eclipse.jdt.internal.compiler.apt.dispatch that return ProcessorInfo
 ProcessorInfo IProcessorProvider.discoverNextProcessor()
          Return the next processor that can be discovered, according to the order and discovery rules of the provider (see, for instance, Processor.
 ProcessorInfo BatchAnnotationProcessorManager.discoverNextProcessor()
           
 

Methods in org.eclipse.jdt.internal.compiler.apt.dispatch that return types with arguments of type ProcessorInfo
 List<ProcessorInfo> IProcessorProvider.getDiscoveredProcessors()
           
 List<ProcessorInfo> BaseAnnotationProcessorManager.getDiscoveredProcessors()
           
 



Copyright © 2012. All Rights Reserved.