C# 클래스 Rubberduck.Refactorings.ReorderParameters.ReorderParametersRefactoring

상속: IRefactoring
파일 보기 프로젝트 열기: retailcoder/Rubberduck 1 사용 예제들

공개 메소드들

메소드 설명
Refactor ( ) : void
Refactor ( Rubberduck.Parsing.Symbols.Declaration target ) : void
Refactor ( QualifiedSelection target ) : void
ReorderParametersRefactoring ( IRefactoringPresenterFactory factory, IActiveCodePaneEditor editor, IMessageBox messageBox ) : Microsoft.Vbe.Interop

비공개 메소드들

메소드 설명
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

메소드 상세

Refactor() 공개 메소드

public Refactor ( ) : void
리턴 void

Refactor() 공개 메소드

public Refactor ( Rubberduck.Parsing.Symbols.Declaration target ) : void
target Rubberduck.Parsing.Symbols.Declaration
리턴 void

Refactor() 공개 메소드

public Refactor ( QualifiedSelection target ) : void
target Rubberduck.VBEditor.QualifiedSelection
리턴 void

ReorderParametersRefactoring() 공개 메소드

public ReorderParametersRefactoring ( IRefactoringPresenterFactory factory, IActiveCodePaneEditor editor, IMessageBox messageBox ) : Microsoft.Vbe.Interop
factory IRefactoringPresenterFactory
editor IActiveCodePaneEditor
messageBox IMessageBox
리턴 Microsoft.Vbe.Interop