C# Class Microsoft.Scripting.Ast.FinallyFlowControlExpression

Wrapping a tree in this node enables jumps from finally blocks It does this by generating control-flow logic in the tree Reducing this node requires a full tree walk of its body (but not nested lambdas) WARNING: this node cannot contain jumps across blocks, because it assumes any unknown jumps are jumps to an outer scope.
Inheritance: Expression
Mostrar archivo Open project: jschementi/iron

Public Methods

Method Description
Reduce ( ) : Expression

Protected Methods

Method Description
VisitChildren ( ExpressionVisitor visitor ) : Expression

Private Methods

Method Description
FinallyFlowControlExpression ( Expression body ) : System.Linq.Expressions
IInstructionProvider ( LightCompiler compiler ) : void

Method Details

Reduce() public method

public Reduce ( ) : Expression
return Expression

VisitChildren() protected method

protected VisitChildren ( ExpressionVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionVisitor
return Expression