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 |
Method | Description | |
---|---|---|
CreateCompiler ( |
public AddReference ( IReference reference ) : void | ||
reference | IReference | |
return | void |
public AddSource ( string fileName, string source ) : void | ||
fileName | string | |
source | string | |
return | void |
public BooDocumentCompiler ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |