C# Class IronPython.Compiler.Ast.IfStatement

Inheritance: Statement, IInstructionProvider
Mostrar archivo Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
IfStatement ( IfStatementTest tests, Statement else_ ) : System
Reduce ( ) : Expression
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

Method Description
IInstructionProvider ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void
ReduceWorker ( bool optimizeDynamicConvert ) : Expression

Method Details

IfStatement() public method

public IfStatement ( IfStatementTest tests, Statement else_ ) : System
tests IfStatementTest
else_ Statement
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