C# Class Prolog.CT.CompilerTool

Summary description for CompilerTool.
Datei anzeigen Open project: ahodroj/prologdotnet Class Usage Examples

Public Methods

Method Description
CompilerTool ( ) : System
Error ( string errorKey, string message ) : void
Errors ( ) : void
Help ( ) : void
Main ( string args ) : void
ParseArguments ( string args ) : void
PrintLogo ( ) : void
Run ( ) : void

Private Methods

Method Description
GenerateXmlFile ( string xmlFilename, ArrayList assemblyFiles, ArrayList arrayList ) : void
WriteXmlInstruction ( XmlTextWriter xmltw, AbstractInstruction cinst ) : void
WriteXmlInstructionArguments ( XmlTextWriter xmltw, AbstractInstruction cinst ) : void

Method Details

CompilerTool() public method

public CompilerTool ( ) : System
return System

Error() public method

public Error ( string errorKey, string message ) : void
errorKey string
message string
return void

Errors() public method

public Errors ( ) : void
return void

Help() public method

public Help ( ) : void
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

ParseArguments() public method

public ParseArguments ( string args ) : void
args string
return void

PrintLogo() public method

public PrintLogo ( ) : void
return void

Run() public method

public Run ( ) : void
return void