C# 클래스 AjTalk.Loader

파일 보기 프로젝트 열기: ajlopez/AjTalk 1 사용 예제들

공개 메소드들

메소드 설명
GetBlockText ( ) : string
LoadAndExecute ( Machine machine ) : void
Loader ( TextReader reader, ICompiler compiler ) : System
Loader ( string filename, ICompiler compiler ) : System

메소드 상세

GetBlockText() 공개 메소드

public GetBlockText ( ) : string
리턴 string

LoadAndExecute() 공개 메소드

public LoadAndExecute ( Machine machine ) : void
machine Machine
리턴 void

Loader() 공개 메소드

public Loader ( TextReader reader, ICompiler compiler ) : System
reader TextReader
compiler ICompiler
리턴 System

Loader() 공개 메소드

public Loader ( string filename, ICompiler compiler ) : System
filename string
compiler ICompiler
리턴 System