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

Packages that use BaseProcessingEnvImpl
org.eclipse.jdt.internal.compiler.apt.dispatch   
org.eclipse.jdt.internal.compiler.apt.model   
 

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

Subclasses of BaseProcessingEnvImpl in org.eclipse.jdt.internal.compiler.apt.dispatch
 class BatchProcessingEnvImpl
          The implementation of ProcessingEnvironment that is used when compilation is driven by the command line or by the Tool interface.
 

Fields in org.eclipse.jdt.internal.compiler.apt.dispatch declared as BaseProcessingEnvImpl
protected  BaseProcessingEnvImpl BatchFilerImpl._env
           
protected  BaseProcessingEnvImpl BaseAnnotationProcessorManager._processingEnv
           
 

Constructors in org.eclipse.jdt.internal.compiler.apt.dispatch with parameters of type BaseProcessingEnvImpl
AnnotationDiscoveryVisitor(BaseProcessingEnvImpl env)
           
BatchMessagerImpl(BaseProcessingEnvImpl processingEnv, Main compiler)
           
RoundEnvImpl(CompilationUnitDeclaration[] units, ReferenceBinding[] binaryTypeBindings, boolean isLastRound, BaseProcessingEnvImpl env)
           
 

Uses of BaseProcessingEnvImpl in org.eclipse.jdt.internal.compiler.apt.model
 

Fields in org.eclipse.jdt.internal.compiler.apt.model declared as BaseProcessingEnvImpl
protected  BaseProcessingEnvImpl TypeMirrorImpl._env
           
 BaseProcessingEnvImpl ElementImpl._env
           
 BaseProcessingEnvImpl AnnotationMirrorImpl._env
           
 

Constructors in org.eclipse.jdt.internal.compiler.apt.model with parameters of type BaseProcessingEnvImpl
AnnotationMemberValue(BaseProcessingEnvImpl env, Object value, MethodBinding methodBinding)
           
AnnotationValueImpl(BaseProcessingEnvImpl env, Object value, TypeBinding type)
           
ElementImpl(BaseProcessingEnvImpl env, Binding binding)
           
ElementsImpl(BaseProcessingEnvImpl env)
           
Factory(BaseProcessingEnvImpl env)
          This object should only be constructed by the BaseProcessingEnvImpl.
TypesImpl(BaseProcessingEnvImpl env)
           
 



Copyright © 2012. All Rights Reserved.