Property | Type | Description | |
---|---|---|---|
CompileBody | LookupCompilationDelegate | ||
EnsureTarget | void | ||
EnsureTracingTarget | void | ||
EvalWrapper | object | ||
ExtractConstant | PythonConstantExpression | ||
GetTarget | LookupCompilationDelegate | ||
RunWorker | object | ||
ShouldInterpret | bool |
Method | Description | |
---|---|---|
CreateScope ( ) : Scope | ||
GetFunctionCode ( bool register ) : |
||
PythonScriptCode ( Compiler ast ) : System.Linq.Expressions | ||
Run ( ) : object | ||
Run ( Scope scope ) : object |
Method | Description | |
---|---|---|
CompileBody ( LightExpression |
||
EnsureTarget ( bool register ) : void | ||
EnsureTracingTarget ( ) : void | ||
EvalWrapper ( CodeContext ctx ) : object | ||
ExtractConstant ( LightExpression |
||
GetTarget ( bool register ) : LookupCompilationDelegate | ||
RunWorker ( CodeContext ctx ) : object | ||
ShouldInterpret ( IronPython.Runtime.PythonContext pc ) : bool |
public GetFunctionCode ( bool register ) : |
||
register | bool | |
return |
public PythonScriptCode ( Compiler ast ) : System.Linq.Expressions | ||
ast | Compiler | |
return | System.Linq.Expressions |