|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICorrectionRequestor | |
org.eclipse.jdt.core | The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. |
Uses of ICorrectionRequestor in org.eclipse.jdt.core |
Fields in org.eclipse.jdt.core declared as ICorrectionRequestor | |
protected ICorrectionRequestor |
CorrectionEngine.requestor
This field is not intended to be used by client. |
Methods in org.eclipse.jdt.core with parameters of type ICorrectionRequestor | |
void |
CorrectionEngine.computeCorrections(IMarker marker,
ICompilationUnit targetUnit,
int positionOffset,
ICorrectionRequestor requestor)
Performs code correction for the given marker, reporting results to the given correction requestor. |
void |
CorrectionEngine.computeCorrections(IProblem problem,
ICompilationUnit targetUnit,
ICorrectionRequestor requestor)
Performs code correction for the given IProblem, reporting results to the given correction requestor. |
|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |