C# Class IronPython.Compiler.Ast.TupleExpression

Inheritance: IronPython.Compiler.Ast.SequenceExpression
Datei anzeigen Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
CheckAssign string
GetConstantValue object

Public Methods

Method Description
Reduce ( ) : Expression
TupleExpression ( bool expandable ) : System
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

Method Description
CheckAssign ( ) : string
GetConstantValue ( ) : object

Method Details

Reduce() public method

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

TupleExpression() public method

public TupleExpression ( bool expandable ) : System
expandable bool
return System

Walk() public method

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
return void