Eclipse JDT
Release 3.2

Uses of Class
org.eclipse.jdt.core.compiler.CategorizedProblem

Packages that use CategorizedProblem
org.eclipse.jdt.core.compiler This package contains compiler associated infrastructure APIs.  
 

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

Methods in org.eclipse.jdt.core.compiler that return CategorizedProblem
 CategorizedProblem[] ReconcileContext.getProblems(String markerType)
          Returns the problems to be reported to the problem requestor of the reconcile operation for the given marker type.
 

Methods in org.eclipse.jdt.core.compiler with parameters of type CategorizedProblem
 void ReconcileContext.putProblems(String markerType, CategorizedProblem[] problems)
          Sets the problems to be reported to the problem requestor of the reconcile operation for the given marker type.
 void BuildContext.recordNewProblems(CategorizedProblem[] newProblems)
          Record new problems to report against this compilationUnit.
 


Eclipse JDT
Release 3.2

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