C# Class IronPython.Compiler.Ast.UnaryExpression

Inheritance: Expression
Datei anzeigen Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
Reduce ( ) : Expression
UnaryExpression ( IronPython.Compiler.Ast.PythonOperator op, Expression expression ) : System
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

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

Method Details

Reduce() public method

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

UnaryExpression() public method

public UnaryExpression ( IronPython.Compiler.Ast.PythonOperator op, Expression expression ) : System
op IronPython.Compiler.Ast.PythonOperator
expression Expression
return System

Walk() public method

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