Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.ICorrectionRequestor
Packages, die ICorrectionRequestor verwenden
Package
Beschreibung
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Verwendungen von ICorrectionRequestor in org.aspectj.org.eclipse.jdt.core
Felder in org.aspectj.org.eclipse.jdt.core, die deklariert sind als ICorrectionRequestorModifizierer und TypFeldBeschreibungprotected ICorrectionRequestorCorrectionEngine.correctionRequestorThis field is not intended to be used by client.Methoden in org.aspectj.org.eclipse.jdt.core mit Parametern vom Typ ICorrectionRequestorModifizierer und TypMethodeBeschreibungvoidCorrectionEngine.computeCorrections(IProblem problem, ICompilationUnit targetUnit, ICorrectionRequestor requestor) Performs code correction for the given IProblem, reporting results to the given correction requestor.voidCorrectionEngine.computeCorrections(org.eclipse.core.resources.IMarker marker, ICompilationUnit targetUnit, int positionOffset, ICorrectionRequestor requestor) Performs code correction for the given marker, reporting results to the given correction requestor.