public interface ICleanUpFix
CompilationUnitChange
which can be applied on a document to
fix one or more problems in a compilation unit.Modifier and Type | Method and Description |
---|---|
CompilationUnitChange |
createChange(IProgressMonitor progressMonitor)
Calculates and returns a
CompilationUnitChange which can be applied on a document to
fix one or more problems in a compilation unit. |
CompilationUnitChange createChange(IProgressMonitor progressMonitor) throws CoreException
CompilationUnitChange
which can be applied on a document to
fix one or more problems in a compilation unit.progressMonitor
- the progress monitor or null
if noneCoreException
- if something went wrong while calculating the change
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.