C# Class Boo.BooLangService.Document.BooDocumentCompiler

Compiles Boo documents into a format usable by the intellisense provider.
Show file Open project: jagregory/boolangstudio Class Usage Examples

Public Methods

Method Description
AddReference ( IReference reference ) : void
AddSource ( string fileName, string source ) : void
BooDocumentCompiler ( ) : System.Collections.Generic
Compile ( ) : CompiledProject

Compiles a Boo file into a CompiledDocument.

Reset ( ) : void

Private Methods

Method Description
CreateCompiler ( BooDocumentVisitor visitor ) : BooCompiler

Method Details

AddReference() public method

public AddReference ( IReference reference ) : void
reference IReference
return void

AddSource() public method

public AddSource ( string fileName, string source ) : void
fileName string
source string
return void

BooDocumentCompiler() public method

public BooDocumentCompiler ( ) : System.Collections.Generic
return System.Collections.Generic

Compile() public method

Compiles a Boo file into a CompiledDocument.
public Compile ( ) : CompiledProject
return CompiledProject

Reset() public method

public Reset ( ) : void
return void