C# Class IronPython.Compiler.Ast.MemberExpression

Inheritance: Expression
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public MemberExpression ( Expression target, string name ) : System
target Expression
name string
Résultat System

Reduce() public méthode

public Reduce ( ) : Expression
Résultat System.Linq.Expressions.Expression

ToString() public méthode

public ToString ( ) : string
Résultat string

Walk() public méthode

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
Résultat void