C# Class Shakespeare.Compiler

Inheritance: IShakespeareCompiler
Afficher le fichier Open project: jamescurran/ShakespeareCompiler

Méthodes publiques

Méthode Description
Compiler ( Assembly asm ) : System
PrepareScope ( Irony.Interpreter.ScriptThread thread, object param ) : void

Private Methods

Méthode Description
MakeCreator ( Type type ) : AstNodeCreator
MakeCreator ( string name ) : AstNodeCreator

Method Details

Compiler() public méthode

public Compiler ( Assembly asm ) : System
asm System.Reflection.Assembly
Résultat System

PrepareScope() public méthode

public PrepareScope ( Irony.Interpreter.ScriptThread thread, object param ) : void
thread Irony.Interpreter.ScriptThread
param object
Résultat void