Method | Description | |
---|---|---|
Refactor ( ) : void | ||
Refactor ( Rubberduck.Parsing.Symbols.Declaration target ) : void | ||
Refactor ( |
||
ReorderParametersRefactoring ( IRefactoringPresenterFactory |
Method | Description | |
---|---|---|
AdjustReferences ( IEnumerable |
||
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 |
public Refactor ( Rubberduck.Parsing.Symbols.Declaration target ) : void | ||
target | Rubberduck.Parsing.Symbols.Declaration | |
return | void |
public Refactor ( |
||
target | ||
return | void |
public ReorderParametersRefactoring ( IRefactoringPresenterFactory |
||
factory | IRefactoringPresenterFactory |
|
editor | IActiveCodePaneEditor | |
messageBox | IMessageBox | |
return | Microsoft.Vbe.Interop |