Package | Description |
---|---|
org.eclipse.wst.jsdt.core |
Modifier and Type | Field and Description |
---|---|
protected ICorrectionRequestor |
CorrectionEngine.correctionRequestor
This field is not intended to be used by client.
|
Modifier and Type | Method and Description |
---|---|
void |
CorrectionEngine.computeCorrections(IMarker marker,
IJavaScriptUnit targetUnit,
int positionOffset,
ICorrectionRequestor requestor)
Performs code correction for the given marker,
reporting results to the given correction requestor.
|
void |
CorrectionEngine.computeCorrections(IProblem problem,
IJavaScriptUnit targetUnit,
ICorrectionRequestor requestor)
Performs code correction for the given IProblem,
reporting results to the given correction requestor.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.