Property | Type | Description | |
---|---|---|---|
_cacheKey | |||
_code | string | ||
_compilationResult | |||
_context |
Method | Description | |
---|---|---|
ActivateScript ( |
||
AdjustPipeline ( |
||
Eval ( |
||
Evaluator ( |
||
IsTainted ( Boo.Lang.Compiler.Ast.CompileUnit cu ) : bool | ||
Run ( ) : object | ||
Taint ( Boo.Lang.Compiler.Ast.CompileUnit cu ) : void |
Method | Description | |
---|---|---|
AddEvaluationContextReferencesTo ( |
||
CacheScript ( |
||
CompileScript ( ) : |
||
DoCompile ( ) : |
||
GetCachedScript ( ) : |
||
GetEvaluationDomain ( ) : |
public ActivateScript ( |
||
scriptType | ||
return |
public static AdjustPipeline ( |
||
context | ||
pipeline | ||
return |
public static Eval ( |
||
context | ||
code | string | |
return | object |
public Evaluator ( |
||
context | ||
code | string | |
return | Boo.Lang.Compiler |
public static IsTainted ( Boo.Lang.Compiler.Ast.CompileUnit cu ) : bool | ||
cu | Boo.Lang.Compiler.Ast.CompileUnit | |
return | bool |
public static Taint ( Boo.Lang.Compiler.Ast.CompileUnit cu ) : void | ||
cu | Boo.Lang.Compiler.Ast.CompileUnit | |
return | void |
protected EvaluationScriptCacheKey,UnityScript.Scripting _cacheKey | ||
return |
protected CompilerContext,Boo.Lang.Compiler _compilationResult | ||
return |