C# Class IronPython.Compiler.Ast.OrExpression

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

Private Properties

Property Type Description

Public Methods

Method Description
OrExpression ( Expression left, Expression right ) : System
Reduce ( ) : Expression
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Method Details

OrExpression() public method

public OrExpression ( Expression left, Expression right ) : System
left Expression
right 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