Uses of Class
org.eclipse.wst.jsdt.core.compiler.CategorizedProblem

Packages that use CategorizedProblem
org.eclipse.wst.jsdt.core.compiler   
 

Uses of CategorizedProblem in org.eclipse.wst.jsdt.core.compiler
 

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

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