Uses of Interface
org.eclipse.wst.jsdt.core.ICorrectionRequestor

Packages that use ICorrectionRequestor
org.eclipse.wst.jsdt.core   
 

Uses of ICorrectionRequestor in org.eclipse.wst.jsdt.core
 

Methods in org.eclipse.wst.jsdt.core with parameters of type ICorrectionRequestor
 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.