C# Class IronPython.Compiler.Ast.SublistParameter

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

Public Methods

Method Description
SublistParameter ( int position, TupleExpression tuple ) : System.Collections.Generic
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

Method Description
Init ( List init ) : void

Method Details

SublistParameter() public method

public SublistParameter ( int position, TupleExpression tuple ) : System.Collections.Generic
position int
tuple TupleExpression
return System.Collections.Generic

Walk() public method

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