C# 클래스 Rubberduck.Refactorings.IntroduceField.IntroduceFieldRefactoring

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

공개 메소드들

메소드 설명
IntroduceFieldRefactoring ( RubberduckParserState parserState, IActiveCodePaneEditor editor, IMessageBox messageBox ) : System
Refactor ( ) : void
Refactor ( Rubberduck.Parsing.Symbols.Declaration target ) : void
Refactor ( QualifiedSelection selection ) : void

비공개 메소드들

메소드 설명
AddField ( Rubberduck.Parsing.Symbols.Declaration target ) : void
GetFieldDefinition ( Rubberduck.Parsing.Symbols.Declaration target ) : string
PromoteVariable ( Rubberduck.Parsing.Symbols.Declaration target ) : void
RemoveExtraComma ( string str, int numParams, int indexRemoved ) : string
RemoveVariable ( Rubberduck.Parsing.Symbols.Declaration target ) : void

메소드 상세

IntroduceFieldRefactoring() 공개 메소드

public IntroduceFieldRefactoring ( RubberduckParserState parserState, IActiveCodePaneEditor editor, IMessageBox messageBox ) : System
parserState Rubberduck.Parsing.VBA.RubberduckParserState
editor IActiveCodePaneEditor
messageBox IMessageBox
리턴 System

Refactor() 공개 메소드

public Refactor ( ) : void
리턴 void

Refactor() 공개 메소드

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

Refactor() 공개 메소드

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