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,
java.io.PrintWriter out)
Answer a new compiler using the given name environment and compiler options. |
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
java.util.Map settings,
ICompilerRequestor requestor,
IProblemFactory problemFactory)
Deprecated. this constructor is kept to preserve 3.1 and 3.2M4 compatibility |
Compiler(INameEnvironment environment,
IErrorHandlingPolicy policy,
java.util.Map settings,
ICompilerRequestor requestor,
IProblemFactory problemFactory,
boolean parseLiteralExpressionsAsConstants)
Deprecated. this constructor is kept to preserve 3.1 and 3.2M4 compatibility |