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
| 从类 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.