C# Class IronPython.Compiler.Ast.SuiteStatement.DebugInfoRemovalExpression

Inheritance: System.Linq.Expressions.Expression
Show file Open project: jschementi/iron

Public Methods

Method Description
DebugInfoRemovalExpression ( System.Linq.Expressions expression, int line ) : System.Collections.Generic
Reduce ( ) : Expression

Method Details

DebugInfoRemovalExpression() public method

public DebugInfoRemovalExpression ( System.Linq.Expressions expression, int line ) : System.Collections.Generic
expression System.Linq.Expressions
line int
return System.Collections.Generic

Reduce() public method

public Reduce ( ) : Expression
return System.Linq.Expressions.Expression