C# Class IronPython.Runtime.FunctionCode.TargetUpdaterForCompilation

Exibir arquivo Open project: jschementi/iron

Public Methods

Method Description
SetCompiledTarget ( object sender, Microsoft e ) : void
SetCompiledTargetTracing ( object sender, Microsoft e ) : void
TargetUpdaterForCompilation ( IronPython.Runtime.PythonContext context, FunctionCode code ) : System.Linq.Expressions

Method Details

SetCompiledTarget() public method

public SetCompiledTarget ( object sender, Microsoft e ) : void
sender object
e Microsoft
return void

SetCompiledTargetTracing() public method

public SetCompiledTargetTracing ( object sender, Microsoft e ) : void
sender object
e Microsoft
return void

TargetUpdaterForCompilation() public method

public TargetUpdaterForCompilation ( IronPython.Runtime.PythonContext context, FunctionCode code ) : System.Linq.Expressions
context IronPython.Runtime.PythonContext
code FunctionCode
return System.Linq.Expressions