org.eclipse.cdt.internal.refactoring
Class CRenameRefactoring
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.ltk.core.refactoring.Refactoring
org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
org.eclipse.cdt.internal.refactoring.CRenameRefactoring
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable
public class CRenameRefactoring
- extends org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Refactoring implementation using a refactoring processor.
Method Summary |
org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor |
getProcessor()
|
Methods inherited from class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring |
checkFinalConditions, checkInitialConditions, createChange, getAdapter, getName, getTextChange, isApplicable, toString |
Methods inherited from class org.eclipse.ltk.core.refactoring.Refactoring |
checkAllConditions, getRefactoringTickProvider, getValidationContext, setValidationContext |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CRenameRefactoring
public CRenameRefactoring(CRenameProcessor processor)
getProcessor
public org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor getProcessor()
- Specified by:
getProcessor
in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring