Eclipse JDT
2.1

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

Packages that use IProblem
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. 
org.eclipse.jdt.core.dom The Java DOM is the set of classes that model the source code of a Java program as a structured document. 
 

Uses of IProblem in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core with parameters of type IProblem
 void CompletionRequestorAdapter.acceptError(IProblem error)
           
 void ICompletionRequestor.acceptError(IProblem error)
          Code assist notification of a compilation error detected during completion.
 void CorrectionEngine.computeCorrections(IProblem problem, ICompilationUnit targetUnit, ICorrectionRequestor requestor)
          Performs code correction for the given IProblem, reporting results to the given correction requestor.
 void IProblemRequestor.acceptProblem(IProblem problem)
          Notification of a Java problem.
 

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.
 


Eclipse JDT
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.