Method | Description | |
---|---|---|
QuickFix ( |
||
Refactor ( ) : void | ||
Refactor ( Rubberduck.Parsing.Symbols.Declaration target ) : void | ||
Refactor ( |
||
RemoveParametersRefactoring ( IRefactoringPresenterFactory |
Method | Description | |
---|---|---|
AdjustReferences ( IEnumerable |
||
AdjustSignatures ( ) : void | ||
AdjustSignatures ( Rubberduck.Parsing.Symbols.Declaration declaration ) : void | ||
GetLetterOrSetter ( Rubberduck.Parsing.Symbols.Declaration declaration, DeclarationType declarationType ) : Rubberduck.Parsing.Symbols.Declaration | ||
GetOldSignature ( Rubberduck.Parsing.Symbols.Declaration target ) : string | ||
RemoveCallParameter ( VBAParser paramList, CodeModule module ) : void | ||
RemoveParameters ( ) : void | ||
RemoveSignatureParameters ( Rubberduck.Parsing.Symbols.Declaration target, VBAParser paramList, CodeModule module ) : void | ||
ReplaceCommas ( string signature, int indexParamRemoved ) : string |
public QuickFix ( |
||
parseResult | ||
selection | ||
return | void |
public Refactor ( Rubberduck.Parsing.Symbols.Declaration target ) : void | ||
target | Rubberduck.Parsing.Symbols.Declaration | |
return | void |
public Refactor ( |
||
target | ||
return | void |
public RemoveParametersRefactoring ( IRefactoringPresenterFactory |
||
factory | IRefactoringPresenterFactory |
|
editor | IActiveCodePaneEditor | |
return | System |