C# Class IronPython.Compiler.Ast.DeleteBinder

Inheritance: IronPython.Compiler.Ast.AstWalkerNonRecursive
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

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

Method Details

DeleteBinder() public méthode

public DeleteBinder ( PythonNameBinder binder ) : System
binder PythonNameBinder
Résultat System

Walk() public méthode

public Walk ( IronPython.Compiler.Ast.NameExpression node ) : bool
node IronPython.Compiler.Ast.NameExpression
Résultat bool