C# Class Rubberduck.Refactorings.ReorderParameters.ReorderParametersRefactoring

Inheritance: IRefactoring
Afficher le fichier Open project: retailcoder/Rubberduck Class Usage Examples

Méthodes publiques

Méthode Description
Refactor ( ) : void
Refactor ( Rubberduck.Parsing.Symbols.Declaration target ) : void
Refactor ( QualifiedSelection target ) : void
ReorderParametersRefactoring ( IRefactoringPresenterFactory factory, IActiveCodePaneEditor editor, IMessageBox messageBox ) : Microsoft.Vbe.Interop

Private Methods

Méthode Description
AdjustReferences ( IEnumerable references ) : void
AdjustSignatures ( ) : void
AdjustSignatures ( Rubberduck.Parsing.Symbols.Declaration declaration ) : void
GetOldSignature ( Rubberduck.Parsing.Symbols.Declaration target ) : string
IsValidParamOrder ( ) : bool
RewriteCall ( VBAParser paramList, CodeModule module ) : void
RewriteSignature ( Rubberduck.Parsing.Symbols.Declaration target, VBAParser paramList, CodeModule module ) : void

Method Details

Refactor() public méthode

public Refactor ( ) : void
Résultat void

Refactor() public méthode

public Refactor ( Rubberduck.Parsing.Symbols.Declaration target ) : void
target Rubberduck.Parsing.Symbols.Declaration
Résultat void

Refactor() public méthode

public Refactor ( QualifiedSelection target ) : void
target Rubberduck.VBEditor.QualifiedSelection
Résultat void

ReorderParametersRefactoring() public méthode

public ReorderParametersRefactoring ( IRefactoringPresenterFactory factory, IActiveCodePaneEditor editor, IMessageBox messageBox ) : Microsoft.Vbe.Interop
factory IRefactoringPresenterFactory
editor IActiveCodePaneEditor
messageBox IMessageBox
Résultat Microsoft.Vbe.Interop