Uses of Interface
org.eclipse.jdt.core.compiler.IProblem

Packages that use IProblem
org.eclipse.jdt.core   
org.eclipse.jdt.core.compiler   
org.eclipse.jdt.core.dom   
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.formatter   
 

Uses of IProblem in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core with parameters of type IProblem
 void ICompletionRequestor.acceptError(IProblem error)
          Deprecated. Use CompletionRequestor.completionFailure(IProblem) instead.
 void CompletionRequestorAdapter.acceptError(IProblem error)
          Deprecated.  
 void IProblemRequestor.acceptProblem(IProblem problem)
          Notification of a Java problem.
 void CompletionRequestor.completionFailure(IProblem problem)
          Notification of failure to produce any completions.
 void CorrectionEngine.computeCorrections(IProblem problem, ICompilationUnit targetUnit, ICorrectionRequestor requestor)
          Performs code correction for the given IProblem, reporting results to the given correction requestor.
 

Uses of IProblem in org.eclipse.jdt.core.compiler
 

Classes in org.eclipse.jdt.core.compiler that implement IProblem
 class CategorizedProblem
          Richer description of a Java problem, as detected by the compiler or some of the underlying technology reusing the compiler.
 

Uses of IProblem in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return IProblem
 IProblem[] CompilationUnit.getProblems()
          Returns the list of detailed problem reports noted by the compiler during the parsing or the type checking of this compilation unit.
 

Uses of IProblem in org.eclipse.jdt.internal.codeassist
 

Methods in org.eclipse.jdt.internal.codeassist with parameters of type IProblem
 void CompletionRequestorWrapper.completionFailure(IProblem problem)
          Deprecated.  
 

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

Methods in org.eclipse.jdt.internal.compiler with parameters of type IProblem
 void ASTVisitor.acceptProblem(IProblem problem)
           
 

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

Classes in org.eclipse.jdt.internal.compiler.problem that implement IProblem
 class DefaultProblem
           
 

Uses of IProblem in org.eclipse.jdt.internal.core
 

Methods in org.eclipse.jdt.internal.core with parameters of type IProblem
 void JavaModelManager.PerWorkingCopyInfo.acceptProblem(IProblem problem)
           
 

Uses of IProblem in org.eclipse.jdt.internal.formatter
 

Methods in org.eclipse.jdt.internal.formatter with parameters of type IProblem
 void CodeFormatterVisitor.acceptProblem(IProblem problem)