Uses of Class
org.eclipse.jdt.core.compiler.CategorizedProblem
Package
Description
This package contains compiler associated infrastructure APIs.
-
Uses of CategorizedProblem in org.eclipse.jdt.core.compiler
Modifier and TypeMethodDescriptionReconcileContext.getProblems
(String markerType) Returns the problems to be reported to the problem requestor of the reconcile operation for the given marker type.Modifier and TypeMethodDescriptionvoid
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.