프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_breakOnErrors | bool | ||
_items | Boo.Lang.List |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
DoRun ( |
||
OnAfter ( |
||
OnAfterStep ( |
||
OnBefore ( |
||
OnBeforeStep ( |
||
Prepare ( |
||
RunStep ( |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 |
public Get ( |
||
stepExactType | ||
리턴 | ICompilerStep |
public static GetPipeline ( string name ) : |
||
name | string | |
리턴 |
public Insert ( int index, ICompilerStep step ) : |
||
index | int | |
step | ICompilerStep | |
리턴 |
public InsertAfter ( |
||
stepExactType | ||
step | ICompilerStep | |
리턴 |
public InsertBefore ( |
||
stepExactType | ||
step | ICompilerStep | |
리턴 |
protected OnAfter ( |
||
context | ||
리턴 | void |
protected OnAfterStep ( |
||
context | ||
step | ICompilerStep | |
리턴 | void |
protected OnBefore ( |
||
context | ||
리턴 | void |
protected OnBeforeStep ( |
||
context | ||
step | ICompilerStep | |
리턴 | void |
protected Prepare ( |
||
context | ||
리턴 | void |
public Replace ( |
||
stepExactType | ||
step | ICompilerStep | |
리턴 |
protected RunStep ( |
||
context | ||
step | ICompilerStep | |
리턴 | void |