|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IProblemFactory | |
---|---|
org.eclipse.jdt.internal.compiler | |
org.eclipse.jdt.internal.compiler.batch | |
org.eclipse.jdt.internal.compiler.problem |
Uses of IProblemFactory in org.eclipse.jdt.internal.compiler |
---|
Constructors in org.eclipse.jdt.internal.compiler with parameters of type IProblemFactory | |
---|---|
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 |
Uses of IProblemFactory in org.eclipse.jdt.internal.compiler.batch |
---|
Methods in org.eclipse.jdt.internal.compiler.batch that return IProblemFactory | |
---|---|
IProblemFactory |
Main.getProblemFactory()
|
Uses of IProblemFactory in org.eclipse.jdt.internal.compiler.problem |
---|
Classes in org.eclipse.jdt.internal.compiler.problem that implement IProblemFactory | |
---|---|
class |
DefaultProblemFactory
|
Fields in org.eclipse.jdt.internal.compiler.problem declared as IProblemFactory | |
---|---|
IProblemFactory |
ProblemHandler.problemFactory
|
Constructors in org.eclipse.jdt.internal.compiler.problem with parameters of type IProblemFactory | |
---|---|
ProblemHandler(IErrorHandlingPolicy policy,
CompilerOptions options,
IProblemFactory problemFactory)
|
|
ProblemReporter(IErrorHandlingPolicy policy,
CompilerOptions options,
IProblemFactory problemFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |