C# 클래스 Boo.Lang.Compiler.BooCompiler

The compiler: a facade to the CompilerParameters/CompilerContext/Pipeline subsystem.
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
BooCompiler ( ) : System
BooCompiler ( CompilerParameters parameters ) : System
Run ( ) : CompilerContext
Run ( Boo.Lang.Compiler.Ast.CompileUnit compileUnit ) : CompilerContext

메소드 상세

BooCompiler() 공개 메소드

public BooCompiler ( ) : System
리턴 System

BooCompiler() 공개 메소드

public BooCompiler ( CompilerParameters parameters ) : System
parameters CompilerParameters
리턴 System

Run() 공개 메소드

public Run ( ) : CompilerContext
리턴 CompilerContext

Run() 공개 메소드

public Run ( Boo.Lang.Compiler.Ast.CompileUnit compileUnit ) : CompilerContext
compileUnit Boo.Lang.Compiler.Ast.CompileUnit
리턴 CompilerContext