C# Class IronPython.Compiler.Ast.AugmentedAssignStatement

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

Public Methods

Method Description
AugmentedAssignStatement ( IronPython.Compiler.Ast.PythonOperator op, Expression left, Expression right ) : System.Diagnostics
Reduce ( ) : Expression
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

Method Description
PythonOperatorToAction ( IronPython.Compiler.Ast.PythonOperator op ) : PythonOperationKind

Method Details

AugmentedAssignStatement() public method

public AugmentedAssignStatement ( IronPython.Compiler.Ast.PythonOperator op, Expression left, Expression right ) : System.Diagnostics
op IronPython.Compiler.Ast.PythonOperator
left Expression
right Expression
return System.Diagnostics

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