Uses of Interface
org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy

Packages that use IErrorHandlingPolicy
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.batch   
org.eclipse.jdt.internal.compiler.problem   
 

Uses of IErrorHandlingPolicy in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler that return IErrorHandlingPolicy
static IErrorHandlingPolicy DefaultErrorHandlingPolicies.exitAfterAllProblems()
           
static IErrorHandlingPolicy DefaultErrorHandlingPolicies.exitOnFirstError()
           
static IErrorHandlingPolicy DefaultErrorHandlingPolicies.proceedOnFirstError()
           
static IErrorHandlingPolicy DefaultErrorHandlingPolicies.proceedWithAllProblems()
           
 

Constructors in org.eclipse.jdt.internal.compiler with parameters of type IErrorHandlingPolicy
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 IErrorHandlingPolicy in org.eclipse.jdt.internal.compiler.batch
 

Methods in org.eclipse.jdt.internal.compiler.batch that return IErrorHandlingPolicy
 IErrorHandlingPolicy Main.getHandlingPolicy()
           
 

Uses of IErrorHandlingPolicy in org.eclipse.jdt.internal.compiler.problem
 

Fields in org.eclipse.jdt.internal.compiler.problem declared as IErrorHandlingPolicy
 IErrorHandlingPolicy ProblemHandler.policy
           
 

Constructors in org.eclipse.jdt.internal.compiler.problem with parameters of type IErrorHandlingPolicy
ProblemHandler(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory)
           
ProblemReporter(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory)