Class DefaultCompilerFactory

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.DefaultCompilerFactory
All Implemented Interfaces:
ICompilerFactory

public class DefaultCompilerFactory extends Object implements ICompilerFactory
  • Constructor Details

    • DefaultCompilerFactory

      public DefaultCompilerFactory()
  • Method Details

    • newCompiler

      public Compiler newCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerConfiguration compilerConfig, ICompilerRequestor requestor, IProblemFactory problemFactory)
      Description copied from interface: ICompilerFactory
      Create a new compiler using the given name environment and compiler options.
      Specified by:
      newCompiler in interface ICompilerFactory
      Parameters:
      environment - - the type system environment used for resolving types and packages
      policy - - the error handling policy
      compilerConfig - - the configuration to control the compiler behavior
      requestor - - the requestor to receive and persist compilation results
      problemFactory - - the factory to create problem descriptors
      Returns:
      the new compiler instance