C# Class IronPython.Compiler.Ast.DeleteBinder

Inheritance: IronPython.Compiler.Ast.AstWalkerNonRecursive
Show file Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
DeleteBinder ( PythonNameBinder binder ) : System
Walk ( IronPython.Compiler.Ast.NameExpression node ) : bool

Method Details

DeleteBinder() public method

public DeleteBinder ( PythonNameBinder binder ) : System
binder PythonNameBinder
return System

Walk() public method

public Walk ( IronPython.Compiler.Ast.NameExpression node ) : bool
node IronPython.Compiler.Ast.NameExpression
return bool