Property | Type | Description | |
---|---|---|---|
AddClosureVariable | |||
Box | void | ||
ContainsVariable | bool | ||
CopyLocals | LocalVariable>.Dictionary | ||
LocalVariables | System.Collections.Generic |
Method | Description | |
---|---|---|
DefineLocal ( ParameterExpression variable, int start ) : |
||
GetLocalIndex ( ParameterExpression var ) : int | ||
GetOrDefineLocal ( ParameterExpression var ) : int | ||
TryGetLocalOrClosure ( ParameterExpression var, |
||
UndefineLocal ( |
Method | Description | |
---|---|---|
AddClosureVariable ( ParameterExpression variable ) : |
||
Box ( ParameterExpression variable, System.Linq.Expressions.Interpreter.InstructionList instructions ) : void | ||
ContainsVariable ( ParameterExpression variable ) : bool |
Checks to see if the given variable is defined within the current local scope.
|
|
CopyLocals ( ) : LocalVariable>.Dictionary |
Gets a copy of the local variables which are defined in the current scope.
|
|
LocalVariables ( ) : System.Collections.Generic |
public DefineLocal ( ParameterExpression variable, int start ) : |
||
variable | ParameterExpression | |
start | int | |
return |
public GetLocalIndex ( ParameterExpression var ) : int | ||
var | ParameterExpression | |
return | int |
public GetOrDefineLocal ( ParameterExpression var ) : int | ||
var | ParameterExpression | |
return | int |
public TryGetLocalOrClosure ( ParameterExpression var, |
||
var | ParameterExpression | |
local | ||
return | bool |
public UndefineLocal ( |
||
definition | ||
end | int | |
return | void |