Package | Description |
---|---|
org.eclipse.wst.jsdt.core.compiler |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.