C# Class Microsoft.Scripting.Ast.TryFaultExpression

Inheritance: Expression, IInstructionProvider
Datei anzeigen Open project: jschementi/iron

Public Methods

Method Description
AddInstructions ( LightCompiler compiler ) : void
Reduce ( ) : Expression

Protected Methods

Method Description
NodeTypeImpl ( ) : ExpressionType
TypeImpl ( ) : Type
VisitChildren ( ExpressionVisitor visitor ) : Expression

Private Methods

Method Description
TryFaultExpression ( Expression body, Expression fault ) : System.Linq.Expressions

Method Details

AddInstructions() public method

public AddInstructions ( LightCompiler compiler ) : void
compiler LightCompiler
return void

NodeTypeImpl() protected method

protected NodeTypeImpl ( ) : ExpressionType
return ExpressionType

Reduce() public method

public Reduce ( ) : Expression
return Expression

TypeImpl() protected method

protected TypeImpl ( ) : Type
return System.Type

VisitChildren() protected method

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