C# Class IronPython.Compiler.Ast.Arg

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

Public Methods

Method Description
Arg ( Expression expression ) : IronPython.Runtime
Arg ( string name, Expression expression ) : IronPython.Runtime
ToString ( ) : string
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

Method Description
GetArgumentInfo ( ) : Argument

Method Details

Arg() public method

public Arg ( Expression expression ) : IronPython.Runtime
expression Expression
return IronPython.Runtime

Arg() public method

public Arg ( string name, Expression expression ) : IronPython.Runtime
name string
expression Expression
return IronPython.Runtime

ToString() public method

public ToString ( ) : string
return string

Walk() public method

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