C# 클래스 CodeAnalyzer.Analyzer

파일 보기 프로젝트 열기: rotators/tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileName string

공개 메소드들

메소드 설명
Analyzer ( string fileName ) : Extensions
CompareFullNames ( string func1, string func2 ) : int
GetCallModel ( ) : List
GetMaxHits ( string name ) : int
GetModuleFunctionNames ( string module ) : List
GetModuleNames ( ) : List
GetModulesModel ( ) : List
GetSourceSection ( string module ) : List
Load ( MainForm form ) : void

비공개 메소드들

메소드 설명
appendChildren ( TreeModel model, CallPaths path ) : void
loadCalls ( ) : void
prepareCallViewModel ( ) : void
prepareDetails ( ) : void
prepareFnames ( ) : void
prepareModels ( ) : void
prepareModulesViewModel ( ) : void
processCallStack ( CallStack stack ) : void
processModules ( CallStack stack ) : void
processPaths ( CallStack stack ) : void

메소드 상세

Analyzer() 공개 메소드

public Analyzer ( string fileName ) : Extensions
fileName string
리턴 Extensions

CompareFullNames() 공개 정적인 메소드

public static CompareFullNames ( string func1, string func2 ) : int
func1 string
func2 string
리턴 int

GetCallModel() 공개 메소드

public GetCallModel ( ) : List
리턴 List

GetMaxHits() 공개 메소드

public GetMaxHits ( string name ) : int
name string
리턴 int

GetModuleFunctionNames() 공개 메소드

public GetModuleFunctionNames ( string module ) : List
module string
리턴 List

GetModuleNames() 공개 메소드

public GetModuleNames ( ) : List
리턴 List

GetModulesModel() 공개 메소드

public GetModulesModel ( ) : List
리턴 List

GetSourceSection() 공개 메소드

public GetSourceSection ( string module ) : List
module string
리턴 List

Load() 공개 메소드

public Load ( MainForm form ) : void
form MainForm
리턴 void

프로퍼티 상세

FileName 공개적으로 정적으로 프로퍼티

public static string FileName
리턴 string