Package | Description |
---|---|
org.eclipse.jdt.core.compiler |
This package contains compiler associated infrastructure APIs.
|
Modifier and Type | Method and Description |
---|---|
CategorizedProblem[] |
ReconcileContext.getProblems(String markerType)
Returns the problems to be reported to the problem requestor of the reconcile operation
for the given marker type.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.