C# 클래스 Unicoen.Apps.Metrics.Utils.CodeAnalyzer

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

공개 메소드들

메소드 설명
Measure ( UnifiedElement codeObject, Func getTargetElementsFunc ) : int>.Dictionary
Measure ( string filePath, Func getTargetElementsFunc ) : int>.Dictionary

비공개 메소드들

메소드 설명
CountElements ( IEnumerable targets, int>.IDictionary counter ) : void
GetOutersName ( UnifiedElement element ) : string
GetOutersString ( UnifiedElement target ) : string
InitializeCounter ( UnifiedElement model, int>.IDictionary counter ) : void

메소드 상세

Measure() 공개 정적인 메소드

public static Measure ( UnifiedElement codeObject, Func getTargetElementsFunc ) : int>.Dictionary
codeObject Unicoen.Model.UnifiedElement
getTargetElementsFunc Func
리턴 int>.Dictionary

Measure() 공개 정적인 메소드

public static Measure ( string filePath, Func getTargetElementsFunc ) : int>.Dictionary
filePath string
getTargetElementsFunc Func
리턴 int>.Dictionary