C# Class IronPython.Compiler.Ast.MemberExpression

Inheritance: Expression
Show file Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
MemberExpression ( Expression target, string name ) : System
Reduce ( ) : Expression
ToString ( ) : string
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

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

Method Details

MemberExpression() public method

public MemberExpression ( Expression target, string name ) : System
target Expression
name string
return System

Reduce() public method

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

ToString() public method

public ToString ( ) : string
return string

Walk() public method

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