C# Class AjTalk.Loader

Mostrar archivo Open project: ajlopez/AjTalk Class Usage Examples

Public Methods

Method Description
GetBlockText ( ) : string
LoadAndExecute ( Machine machine ) : void
Loader ( TextReader reader, ICompiler compiler ) : System
Loader ( string filename, ICompiler compiler ) : System

Method Details

GetBlockText() public method

public GetBlockText ( ) : string
return string

LoadAndExecute() public method

public LoadAndExecute ( Machine machine ) : void
machine Machine
return void

Loader() public method

public Loader ( TextReader reader, ICompiler compiler ) : System
reader TextReader
compiler ICompiler
return System

Loader() public method

public Loader ( string filename, ICompiler compiler ) : System
filename string
compiler ICompiler
return System