Uses of Interface
org.eclipse.jdt.core.ICorrectionRequestor
-
Packages that use ICorrectionRequestor Package Description 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 Modifier and Type Field Description protected ICorrectionRequestorCorrectionEngine. correctionRequestorThis field is not intended to be used by client.Methods in org.eclipse.jdt.core with parameters of type ICorrectionRequestor Modifier and Type Method Description voidCorrectionEngine. computeCorrections(IMarker marker, ICompilationUnit targetUnit, int positionOffset, ICorrectionRequestor requestor)Performs code correction for the given marker, reporting results to the given correction requestor.voidCorrectionEngine. computeCorrections(IProblem problem, ICompilationUnit targetUnit, ICorrectionRequestor requestor)Performs code correction for the given IProblem, reporting results to the given correction requestor.
-