C# Class Boo.Lang.Compiler.BooCompiler

The compiler: a facade to the CompilerParameters/CompilerContext/Pipeline subsystem.
Datei anzeigen Open project: boo/boo-lang Class Usage Examples

Public Methods

Method Description
BooCompiler ( ) : System
BooCompiler ( CompilerParameters parameters ) : System
Run ( ) : CompilerContext
Run ( Boo.Lang.Compiler.Ast.CompileUnit compileUnit ) : CompilerContext

Method Details

BooCompiler() public method

public BooCompiler ( ) : System
return System

BooCompiler() public method

public BooCompiler ( CompilerParameters parameters ) : System
parameters CompilerParameters
return System

Run() public method

public Run ( ) : CompilerContext
return CompilerContext

Run() public method

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