C# Class ModernSteward.CodeGenerator

Exibir arquivo Open project: ModernSteward/ModernSteward

Public Methods

Method Description
InsertStringIntoAFileAtASpecificLineOfAFile ( string aTextFilePath, string aLinesToInsert, int aAtLine ) : void
generateCodeToHandleTheSpeechRecognitionEngineResults ( RadTreeView treeView ) : string

Private Methods

Method Description
GeneratingTheCode ( RadTreeNode node, int level, string generatedCode ) : string
ShiftNTabsInTheConsole ( int n ) : string

Method Details

InsertStringIntoAFileAtASpecificLineOfAFile() public static method

public static InsertStringIntoAFileAtASpecificLineOfAFile ( string aTextFilePath, string aLinesToInsert, int aAtLine ) : void
aTextFilePath string
aLinesToInsert string
aAtLine int
return void

generateCodeToHandleTheSpeechRecognitionEngineResults() public static method

public static generateCodeToHandleTheSpeechRecognitionEngineResults ( RadTreeView treeView ) : string
treeView RadTreeView
return string