C# 클래스 Prolog.CT.CompilerTool

Summary description for CompilerTool.
파일 보기 프로젝트 열기: ahodroj/prologdotnet 1 사용 예제들

공개 메소드들

메소드 설명
CompilerTool ( ) : System
Error ( string errorKey, string message ) : void
Errors ( ) : void
Help ( ) : void
Main ( string args ) : void
ParseArguments ( string args ) : void
PrintLogo ( ) : void
Run ( ) : void

비공개 메소드들

메소드 설명
GenerateXmlFile ( string xmlFilename, ArrayList assemblyFiles, ArrayList arrayList ) : void
WriteXmlInstruction ( XmlTextWriter xmltw, AbstractInstruction cinst ) : void
WriteXmlInstructionArguments ( XmlTextWriter xmltw, AbstractInstruction cinst ) : void

메소드 상세

CompilerTool() 공개 메소드

public CompilerTool ( ) : System
리턴 System

Error() 공개 메소드

public Error ( string errorKey, string message ) : void
errorKey string
message string
리턴 void

Errors() 공개 메소드

public Errors ( ) : void
리턴 void

Help() 공개 메소드

public Help ( ) : void
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

ParseArguments() 공개 메소드

public ParseArguments ( string args ) : void
args string
리턴 void

PrintLogo() 공개 메소드

public PrintLogo ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void