org.eclipse.jdt.internal.compiler.apt.dispatch
类 BatchProcessingEnvImpl

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
      继承者 org.eclipse.jdt.internal.compiler.apt.dispatch.BatchProcessingEnvImpl
所有已实现的接口:
javax.annotation.processing.ProcessingEnvironment

public class BatchProcessingEnvImpl
extends BaseProcessingEnvImpl

The implementation of ProcessingEnvironment that is used when compilation is driven by the command line or by the Tool interface. This environment uses the JavaFileManager provided by the compiler.

另请参见:
org.eclipse.jdt.internal.apt.pluggable.core.dispatch.IdeProcessingEnvImpl

字段摘要
protected  Main _compilerOwner
           
protected  BaseAnnotationProcessorManager _dispatchManager
           
protected  javax.tools.JavaFileManager _fileManager
           
 
从类 org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl 继承的字段
_compiler, _elementUtils, _filer, _messager, _processorOptions, _typeUtils
 
构造方法摘要
BatchProcessingEnvImpl(BaseAnnotationProcessorManager dispatchManager, Main batchCompiler, String[] commandLineArguments)
           
 
方法摘要
 javax.tools.JavaFileManager getFileManager()
           
 Locale getLocale()
           
 
从类 org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl 继承的方法
addNewClassFile, addNewUnit, errorRaised, getCompiler, getDeletedUnits, getElementUtils, getFactory, getFiler, getLookupEnvironment, getMessager, getNewClassFiles, getNewUnits, getOptions, getSourceVersion, getTypeUtils, reset, setErrorRaised
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

_dispatchManager

protected final BaseAnnotationProcessorManager _dispatchManager

_fileManager

protected final javax.tools.JavaFileManager _fileManager

_compilerOwner

protected final Main _compilerOwner
构造方法详细信息

BatchProcessingEnvImpl

public BatchProcessingEnvImpl(BaseAnnotationProcessorManager dispatchManager,
                              Main batchCompiler,
                              String[] commandLineArguments)
方法详细信息

getFileManager

public javax.tools.JavaFileManager getFileManager()

getLocale

public Locale getLocale()


Copyright © 2013. All Rights Reserved.