Uses of Class
org.eclipse.jdt.core.refactoring.CompilationUnitChange
Package
Description
Application programming interface for the JDT core manipulation plug-in class.
Application programming interfaces for code clean up.
-
Uses of CompilationUnitChange in org.eclipse.jdt.core.manipulation
Modifier and TypeMethodDescriptionICleanUpFixCore.createChange
(org.eclipse.core.runtime.IProgressMonitor progressMonitor) Deprecated, for removal: This API element is subject to removal in a future version.Calculates and returns aCompilationUnitChange
which can be applied on a document to fix one or more problems in a compilation unit. -
Uses of CompilationUnitChange in org.eclipse.jdt.ui.cleanup
Modifier and TypeMethodDescriptionICleanUpFix.createChange
(org.eclipse.core.runtime.IProgressMonitor progressMonitor) Calculates and returns aCompilationUnitChange
which can be applied on a document to fix one or more problems in a compilation unit.