Property | Type | Description | |
---|---|---|---|
_assemblyReferences | |||
_errors | Boo.Lang.Compiler.CompilerErrorCollection | ||
_generatedAssembly | System.Reflection.Assembly | ||
_generatedAssemblyFileName | string | ||
_localIndex | int | ||
_nameResolutionService | |||
_parameters | |||
_properties | |||
_traceSwitch | |||
_typeSystemServices | |||
_unit | Boo.Lang.Compiler.Ast.CompileUnit | ||
_warnings | Boo.Lang.Compiler.CompilerWarningCollection |
Method | Description | |
---|---|---|
AllocIndex ( ) : int | ||
CompilerContext ( ) : System | ||
CompilerContext ( Boo.Lang.Compiler.Ast.CompileUnit unit ) : System | ||
CompilerContext ( |
||
CompilerContext ( bool stdlib ) : System | ||
Run ( System |
Runs the given action with this context ensuring CompilerContext.Current returns the right context.
|
|
this ( object key ) : object |
Method | Description | |
---|---|---|
CurrentVariable ( ) : DynamicVariable |
||
TraceEnter ( string format, object param ) : void | ||
TraceError ( |
||
TraceError ( string message ) : void | ||
TraceInfo ( string format ) : void | ||
TraceLeave ( string format, object param ) : void | ||
TraceVerbose ( string format ) : void | ||
TraceVerbose ( string format, object param ) : void | ||
TraceVerbose ( string format, object param1, object param2 ) : void | ||
TraceVerbose ( string format, object param1, object param2, object param3 ) : void | ||
TraceWarning ( string message ) : void |
public CompilerContext ( Boo.Lang.Compiler.Ast.CompileUnit unit ) : System | ||
unit | Boo.Lang.Compiler.Ast.CompileUnit | |
return | System |
public CompilerContext ( |
||
options | ||
unit | Boo.Lang.Compiler.Ast.CompileUnit | |
return | System |
public CompilerContext ( bool stdlib ) : System | ||
stdlib | bool | |
return | System |
protected AssemblyCollection,Boo.Lang.Compiler _assemblyReferences | ||
return |
protected CompilerErrorCollection,Boo.Lang.Compiler _errors | ||
return | Boo.Lang.Compiler.CompilerErrorCollection |
protected System.Reflection.Assembly _generatedAssembly | ||
return | System.Reflection.Assembly |
protected string _generatedAssemblyFileName | ||
return | string |
protected NameResolutionService,Boo.Lang.Compiler.TypeSystem _nameResolutionService | ||
return |
protected CompilerParameters,Boo.Lang.Compiler _parameters | ||
return |
protected TraceSwitch,System.Diagnostics _traceSwitch | ||
return |
protected TypeSystemServices,Boo.Lang.Compiler.TypeSystem _typeSystemServices | ||
return |
protected CompileUnit,Boo.Lang.Compiler.Ast _unit | ||
return | Boo.Lang.Compiler.Ast.CompileUnit |