Method | Description | |
---|---|---|
AnalizeAspect ( string aspectPath ) : void | ||
CleanOutputAndGetOutputPath ( ) : string | ||
Collect ( string folderRootPath ) : IEnumerable |
||
Run ( string directoryPath ) : void | ||
Weave ( string language, UnifiedProgram model ) : void |
Method | Description | |
---|---|---|
ExtenstionToLanguageName ( string ext ) : string |
public static AnalizeAspect ( string aspectPath ) : void | ||
aspectPath | string | |
return | void |
public static CleanOutputAndGetOutputPath ( ) : string | ||
return | string |
public static Collect ( string folderRootPath ) : IEnumerable |
||
folderRootPath | string | |
return | IEnumerable |
public static Run ( string directoryPath ) : void | ||
directoryPath | string | |
return | void |
public static Weave ( string language, UnifiedProgram model ) : void | ||
language | string | |
model | UnifiedProgram | |
return | void |