C# Class ReSharper.NTriples.Refactoring.Rename.PsiAtomicRename

Inheritance: AtomicRenameBase
Afficher le fichier Open project: xsburg/ReSharper.NTriples

Private Properties

Свойство Type Description
BuildDeclarations void
GetSubst DeclaredElementInstance

Méthodes publiques

Méthode Description
PsiAtomicRename ( IDeclaredElement declaredElement, [ newName, bool doNotShowBindingConflicts ) : System.Collections.Generic
Rename ( RenameRefactoring executer, IProgressIndicator pi, bool hasConflictsWithDeclarations, IRefactoringDriver driver ) : void

Private Methods

Méthode Description
BuildDeclarations ( ) : void
GetSubst ( IDeclaredElement element, RenameRefactoring executer ) : DeclaredElementInstance

Method Details

PsiAtomicRename() public méthode

public PsiAtomicRename ( IDeclaredElement declaredElement, [ newName, bool doNotShowBindingConflicts ) : System.Collections.Generic
declaredElement IDeclaredElement
newName [
doNotShowBindingConflicts bool
Résultat System.Collections.Generic

Rename() public méthode

public Rename ( RenameRefactoring executer, IProgressIndicator pi, bool hasConflictsWithDeclarations, IRefactoringDriver driver ) : void
executer RenameRefactoring
pi IProgressIndicator
hasConflictsWithDeclarations bool
driver IRefactoringDriver
Résultat void