C# Class IronPython.Compiler.Ast.IndexExpression

Inheritance: Expression
Mostrar archivo Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
CheckAssign string
CheckDelete string
GetActionArgumentsForGetOrDelete System.Linq.Expressions.Expression[]
GetActionArgumentsForSet System.Linq.Expressions.Expression[]
GetSliceValue System.Linq.Expressions.Expression
TransformDelete System.Linq.Expressions.Expression
TransformSet System.Linq.Expressions.Expression

Public Methods

Method Description
IndexExpression ( Expression target, Expression index ) : System
Reduce ( ) : Expression
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

Method Description
CheckAssign ( ) : string
CheckDelete ( ) : string
GetActionArgumentsForGetOrDelete ( ) : System.Linq.Expressions.Expression[]
GetActionArgumentsForSet ( System.Linq.Expressions right ) : System.Linq.Expressions.Expression[]
GetSliceValue ( Expression expr ) : Expression
TransformDelete ( ) : Expression
TransformSet ( Microsoft.Scripting.SourceSpan span, System.Linq.Expressions right, PythonOperationKind op ) : Expression

Method Details

IndexExpression() public method

public IndexExpression ( Expression target, Expression index ) : System
target Expression
index 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