Constructors in org.eclipse.jdt.internal.compiler with parameters of type ICompilerRequestor |
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
CompilerOptions options,
ICompilerRequestor requestor,
IProblemFactory problemFactory)
Answer a new compiler using the given name environment and compiler options. |
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
CompilerOptions options,
ICompilerRequestor requestor,
IProblemFactory problemFactory,
PrintWriter out)
Deprecated. |
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
CompilerOptions options,
ICompilerRequestor requestor,
IProblemFactory problemFactory,
PrintWriter out,
CompilationProgress progress)
|
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
Map settings,
ICompilerRequestor requestor,
IProblemFactory problemFactory)
Deprecated. this constructor is kept to preserve 3.1 and 3.2M4 compatibility |
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
Map settings,
ICompilerRequestor requestor,
IProblemFactory problemFactory,
boolean parseLiteralExpressionsAsConstants)
Deprecated. this constructor is kept to preserve 3.1 and 3.2M4 compatibility |