C# Class Boo.Lang.Compiler.BooCompiler

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

Méthodes publiques

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

Method Details

BooCompiler() public méthode

public BooCompiler ( ) : System
Résultat System

BooCompiler() public méthode

public BooCompiler ( CompilerParameters parameters ) : System
parameters CompilerParameters
Résultat System

Run() public méthode

public Run ( ) : CompilerContext
Résultat CompilerContext

Run() public méthode

public Run ( Boo.Lang.Compiler.Ast.CompileUnit compileUnit ) : CompilerContext
compileUnit Boo.Lang.Compiler.Ast.CompileUnit
Résultat CompilerContext