C# Class IronPython.Compiler.Parser.WithItem

Datei anzeigen Open project: jschementi/iron

Public Properties

Property Type Description
ContextManager IronPython.Compiler.Ast.Expression
Start int
Variable IronPython.Compiler.Ast.Expression

Public Methods

Method Description
WithItem ( int start, Expression contextManager, Expression variable ) : System

Method Details

WithItem() public method

public WithItem ( int start, Expression contextManager, Expression variable ) : System
start int
contextManager IronPython.Compiler.Ast.Expression
variable IronPython.Compiler.Ast.Expression
return System

Property Details

ContextManager public_oe property

public Expression,IronPython.Compiler.Ast ContextManager
return IronPython.Compiler.Ast.Expression

Start public_oe property

public int Start
return int

Variable public_oe property

public Expression,IronPython.Compiler.Ast Variable
return IronPython.Compiler.Ast.Expression