C# Class fitSharp.Slim.Service.Interpreter

显示文件 Open project: jediwhale/fitsharp Class Usage Examples

Public Methods

Method Description
Interpreter ( Messenger messenger, string assemblyPaths, Service processor ) : System.Linq
ProcessInstructions ( ) : void

Private Methods

Method Description
AddAssemblies ( ) : void
Execute ( string instruction ) : string
ExecuteInstruction ( string instruction ) : string
ExecuteInstructions ( Tree instructions ) : Tree
FormatException ( System e ) : string

Method Details

Interpreter() public method

public Interpreter ( Messenger messenger, string assemblyPaths, Service processor ) : System.Linq
messenger Messenger
assemblyPaths string
processor Service
return System.Linq

ProcessInstructions() public method

public ProcessInstructions ( ) : void
return void