org.eclipse.cdt.internal.refactoring
Class CRenameRefactoring

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.ltk.core.refactoring.Refactoring
          extended by org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
              extended by 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.


Constructor Summary
CRenameRefactoring(CRenameProcessor 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
 

Constructor Detail

CRenameRefactoring

public CRenameRefactoring(CRenameProcessor processor)
Method Detail

getProcessor

public org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor getProcessor()
Specified by:
getProcessor in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring