Uses of Package
org.eclipse.cdt.internal.refactoring

Packages that use org.eclipse.cdt.internal.refactoring
org.eclipse.cdt.internal.refactoring   
org.eclipse.cdt.internal.refactoring.ui   
 

Classes in org.eclipse.cdt.internal.refactoring used by org.eclipse.cdt.internal.refactoring
ASTManager
          Used per refactoring to cache the IASTTranslationUnits.
ASTNameVisitor
          Visitor to prefer simple ASTNames over the qualified ones.
CRefactoringArgument
          Represents the input to a refactoring.
CRenameGlobalProcessor
          Rename processor that sets up the input page for renaming a global entity.
CRenameProcessor
          This is the processor used for the rename.
CRenameProcessorDelegate
          Abstract base for all different rename processors used by the top processor.
CRenameTypeProcessor
          Handles conflicting bindings for types.
 

Classes in org.eclipse.cdt.internal.refactoring used by org.eclipse.cdt.internal.refactoring.ui
CRenameRefactoring
          Refactoring implementation using a refactoring processor.