C# 클래스 Shakespeare.Compiler

상속: IShakespeareCompiler
파일 보기 프로젝트 열기: jamescurran/ShakespeareCompiler

공개 메소드들

메소드 설명
Compiler ( Assembly asm ) : System
PrepareScope ( Irony.Interpreter.ScriptThread thread, object param ) : void

비공개 메소드들

메소드 설명
MakeCreator ( Type type ) : AstNodeCreator
MakeCreator ( string name ) : AstNodeCreator

메소드 상세

Compiler() 공개 메소드

public Compiler ( Assembly asm ) : System
asm System.Reflection.Assembly
리턴 System

PrepareScope() 공개 메소드

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