Method | Description | |
---|---|---|
MemberExpression ( Expression target, string name ) : System | ||
Reduce ( ) : |
||
ToString ( ) : string | ||
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void |
Method | Description | |
---|---|---|
CheckAssign ( ) : string | ||
CheckDelete ( ) : string | ||
SetMemberOperator ( System.Linq.Expressions right, PythonOperationKind op, System.Linq.Expressions temp ) : |
||
TransformDelete ( ) : |
||
TransformSet ( Microsoft.Scripting.SourceSpan span, System.Linq.Expressions right, PythonOperationKind op ) : |
public MemberExpression ( Expression target, string name ) : System | ||
target | Expression | |
name | string | |
return | System |
public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void | ||
walker | IronPython.Compiler.Ast.PythonWalker | |
return | void |