Property | Type | Description | |
---|---|---|---|
_breakOnErrors | bool | ||
_items | Boo.Lang.List |
Method | Description | |
---|---|---|
Add ( ICompilerStep step ) : |
||
Clear ( ) : void | ||
CompilerPipeline ( ) : System | ||
Find ( |
||
Get ( |
||
GetPipeline ( string name ) : |
||
Insert ( int index, ICompilerStep step ) : |
||
InsertAfter ( |
||
InsertBefore ( |
||
RemoveAt ( int index ) : |
||
Replace ( |
||
Run ( |
||
this ( int index ) : ICompilerStep |
Method | Description | |
---|---|---|
DoRun ( |
||
OnAfter ( |
||
OnAfterStep ( |
||
OnBefore ( |
||
OnBeforeStep ( |
||
Prepare ( |
||
RunStep ( |
Method | Description | |
---|---|---|
AssemblySimpleNameFromFullTypeName ( string name ) : string | ||
DisposeSteps ( ) : void | ||
FindLoadedAssembly ( string assemblyName ) : |
||
FindPipelineType ( string typeName ) : |
||
LoadCustomPipeline ( string typeName ) : |
||
RunSteps ( |
||
SimpleTypeNameFromFullTypeName ( string name ) : string |
public Add ( ICompilerStep step ) : |
||
step | ICompilerStep | |
return |
protected DoRun ( |
||
context | ||
return | void |
public Get ( |
||
stepExactType | ||
return | ICompilerStep |
public static GetPipeline ( string name ) : |
||
name | string | |
return |
public Insert ( int index, ICompilerStep step ) : |
||
index | int | |
step | ICompilerStep | |
return |
public InsertAfter ( |
||
stepExactType | ||
step | ICompilerStep | |
return |
public InsertBefore ( |
||
stepExactType | ||
step | ICompilerStep | |
return |
protected OnAfter ( |
||
context | ||
return | void |
protected OnAfterStep ( |
||
context | ||
step | ICompilerStep | |
return | void |
protected OnBefore ( |
||
context | ||
return | void |
protected OnBeforeStep ( |
||
context | ||
step | ICompilerStep | |
return | void |
protected Prepare ( |
||
context | ||
return | void |
public RemoveAt ( int index ) : |
||
index | int | |
return |
public Replace ( |
||
stepExactType | ||
step | ICompilerStep | |
return |
public Run ( |
||
context | ||
return | void |
protected RunStep ( |
||
context | ||
step | ICompilerStep | |
return | void |