C# Class IronPython.Compiler.Ast.ParenthesisExpression

Inheritance: Expression
Datei anzeigen Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
CheckAssign string
CheckDelete string
TransformDelete System.Linq.Expressions.Expression
TransformSet System.Linq.Expressions.Expression

Public Methods

Method Description
ParenthesisExpression ( Expression expression ) : System
Reduce ( ) : Expression
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

Method Description
CheckAssign ( ) : string
CheckDelete ( ) : string
TransformDelete ( ) : Expression
TransformSet ( Microsoft.Scripting.SourceSpan span, System.Linq.Expressions right, PythonOperationKind op ) : Expression

Method Details

ParenthesisExpression() public method

public ParenthesisExpression ( Expression expression ) : System
expression Expression
return System

Reduce() public method

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

Walk() public method

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