C# Class Unicoen.Apps.Metrics.Utils.CodeAnalyzer

Afficher le fichier Open project: UnicoenProject/UNICOEN Class Usage Examples

Méthodes publiques

Méthode Description
Measure ( UnifiedElement codeObject, Func getTargetElementsFunc ) : int>.Dictionary
Measure ( string filePath, Func getTargetElementsFunc ) : int>.Dictionary

Private Methods

Méthode Description
CountElements ( IEnumerable targets, int>.IDictionary counter ) : void
GetOutersName ( UnifiedElement element ) : string
GetOutersString ( UnifiedElement target ) : string
InitializeCounter ( UnifiedElement model, int>.IDictionary counter ) : void

Method Details

Measure() public static méthode

public static Measure ( UnifiedElement codeObject, Func getTargetElementsFunc ) : int>.Dictionary
codeObject Unicoen.Model.UnifiedElement
getTargetElementsFunc Func
Résultat int>.Dictionary

Measure() public static méthode

public static Measure ( string filePath, Func getTargetElementsFunc ) : int>.Dictionary
filePath string
getTargetElementsFunc Func
Résultat int>.Dictionary