Property | Type | Description | |
---|---|---|---|
BuildDeclarations | void | ||
GetSubst | DeclaredElementInstance |
Method | Description | |
---|---|---|
PsiAtomicRename ( IDeclaredElement declaredElement, [ newName, bool doNotShowBindingConflicts ) : System.Collections.Generic | ||
Rename ( RenameRefactoring executer, IProgressIndicator pi, bool hasConflictsWithDeclarations, IRefactoringDriver driver ) : void |
Method | Description | |
---|---|---|
BuildDeclarations ( ) : void | ||
GetSubst ( IDeclaredElement element, RenameRefactoring executer ) : DeclaredElementInstance |
public PsiAtomicRename ( IDeclaredElement declaredElement, [ newName, bool doNotShowBindingConflicts ) : System.Collections.Generic | ||
declaredElement | IDeclaredElement | |
newName | [ | |
doNotShowBindingConflicts | bool | |
return | System.Collections.Generic |
public Rename ( RenameRefactoring executer, IProgressIndicator pi, bool hasConflictsWithDeclarations, IRefactoringDriver driver ) : void | ||
executer | RenameRefactoring | |
pi | IProgressIndicator | |
hasConflictsWithDeclarations | bool | |
driver | IRefactoringDriver | |
return | void |