C# Class IronPython.Compiler.Ast.ParameterBinder

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

Méthodes publiques

Méthode Description
ParameterBinder ( PythonNameBinder binder ) : System
Walk ( Parameter node ) : bool
Walk ( SublistParameter node ) : bool
Walk ( TupleExpression node ) : bool

Private Methods

Méthode Description
WalkTuple ( TupleExpression tuple ) : void

Method Details

ParameterBinder() public méthode

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

Walk() public méthode

public Walk ( Parameter node ) : bool
node Parameter
Résultat bool

Walk() public méthode

public Walk ( SublistParameter node ) : bool
node SublistParameter
Résultat bool

Walk() public méthode

public Walk ( TupleExpression node ) : bool
node TupleExpression
Résultat bool