Method | Description | |
---|---|---|
Find ( string name ) : System.Linq.Expressions.ParameterExpression | ||
FindVariable ( string name ) : |
||
ResolveType ( string genericType ) : |
||
Scope ( IScope parentScope, INRefcatoryExpressionVisitor visitor ) : System |
Method | Description | |
---|---|---|
TryFind ( string name, System.Linq.Expressions.ParameterExpression &expression ) : bool | ||
TryFind ( string name, |
Method | Description | |
---|---|---|
FindInParentScopes ( string name, IScope scope, INRefcatoryExpressionVisitor visitor ) : |
public Find ( string name ) : System.Linq.Expressions.ParameterExpression | ||
name | string | |
return | System.Linq.Expressions.ParameterExpression |
public FindVariable ( string name ) : |
||
name | string | |
return |
public ResolveType ( string genericType ) : |
||
genericType | string | |
return |
public Scope ( IScope parentScope, INRefcatoryExpressionVisitor visitor ) : System | ||
parentScope | IScope | |
visitor | INRefcatoryExpressionVisitor | |
return | System |
protected TryFind ( string name, System.Linq.Expressions.ParameterExpression &expression ) : bool | ||
name | string | |
expression | System.Linq.Expressions.ParameterExpression | |
return | bool |
protected TryFind ( string name, |
||
name | string | |
variableData | ||
return | bool |