C# Class IronPython.Compiler.Ast.IfStatement

Inheritance: Statement, IInstructionProvider
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

IfStatement() public méthode

public IfStatement ( IfStatementTest tests, Statement else_ ) : System
tests IfStatementTest
else_ Statement
Résultat System

Reduce() public méthode

public Reduce ( ) : Expression
Résultat System.Linq.Expressions.Expression

Walk() public méthode

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
Résultat void