C# Class Shakespeare.Compiler

Inheritance: IShakespeareCompiler
Exibir arquivo Open project: jamescurran/ShakespeareCompiler

Public Methods

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

Private Methods

Method Description
MakeCreator ( Type type ) : AstNodeCreator
MakeCreator ( string name ) : AstNodeCreator

Method Details

Compiler() public method

public Compiler ( Assembly asm ) : System
asm System.Reflection.Assembly
return System

PrepareScope() public method

public PrepareScope ( Irony.Interpreter.ScriptThread thread, object param ) : void
thread Irony.Interpreter.ScriptThread
param object
return void