JavaScript Development Tools
Release 3.2

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
 

Fields in org.eclipse.wst.jsdt.core declared as ICorrectionRequestor
protected  ICorrectionRequestor CorrectionEngine.correctionRequestor
          This field is not intended to be used by client.
 

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.
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.