Class DefaultCompilerFactory
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.DefaultCompilerFactory
- All Implemented Interfaces:
ICompilerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerConfiguration compilerConfig, ICompilerRequestor requestor, IProblemFactory problemFactory, CompilationProgress compilationProgress) Create a new compiler using the given name environment and compiler options.
-
Constructor Details
-
DefaultCompilerFactory
public DefaultCompilerFactory()
-
-
Method Details
-
newCompiler
public Compiler newCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerConfiguration compilerConfig, ICompilerRequestor requestor, IProblemFactory problemFactory, CompilationProgress compilationProgress) Description copied from interface:ICompilerFactoryCreate a new compiler using the given name environment and compiler options.- Specified by:
newCompilerin interfaceICompilerFactory- Parameters:
environment- - the type system environment used for resolving types and packagespolicy- - the error handling policycompilerConfig- - the configuration to control the compiler behaviorrequestor- - the requestor to receive and persist compilation resultsproblemFactory- - the factory to create problem descriptorscompilationProgress- - the CompilationProgress to be used- Returns:
- the new compiler instance
- See Also:
-