Property | Type | Description | |
---|---|---|---|
_compiler | |||
_parameters | UnityScriptCompilerParameters |
Method | Description | |
---|---|---|
Run ( ) : |
||
Run ( Boo.Lang.Compiler.Ast.CompileUnit compileUnit ) : |
||
UnityScriptCompiler ( ) : Boo.Lang.Compiler | ||
UnityScriptCompiler ( UnityScriptCompilerParameters parameters ) : Boo.Lang.Compiler |
public Run ( Boo.Lang.Compiler.Ast.CompileUnit compileUnit ) : |
||
compileUnit | Boo.Lang.Compiler.Ast.CompileUnit | |
return |
public UnityScriptCompiler ( ) : Boo.Lang.Compiler | ||
return | Boo.Lang.Compiler |
public UnityScriptCompiler ( UnityScriptCompilerParameters parameters ) : Boo.Lang.Compiler | ||
parameters | UnityScriptCompilerParameters | |
return | Boo.Lang.Compiler |
protected BooCompiler,Boo.Lang.Compiler _compiler | ||
return |