C# Class fitSharp.Slim.Service.Interpreter

Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

Interpreter() public méthode

public Interpreter ( Messenger messenger, string assemblyPaths, Service processor ) : System.Linq
messenger Messenger
assemblyPaths string
processor Service
Résultat System.Linq

ProcessInstructions() public méthode

public ProcessInstructions ( ) : void
Résultat void