C# Class IronPython.Compiler.Ast.ClassDefinition

Inheritance: ScopeStatement
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Private Properties

Свойство Type Description
BindReference PythonVariable
ExposesLocalVariable bool
FindSelfNames string
GetLambda Microsoft.Scripting.Ast.LightLambdaExpression
GetParentClosureTuple System.Linq.Expressions.Expression
MakeClassBody LightExpression>,Microsoft.Scripting.Ast
RewriteBody void

Méthodes publiques

Méthode Description
ClassDefinition ( string name, Expression bases, Statement body ) : System
Reduce ( ) : Expression
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

Méthode Description
BindReference ( PythonNameBinder binder, PythonReference reference ) : PythonVariable
ExposesLocalVariable ( PythonVariable variable ) : bool
FindSelfNames ( ) : string
GetLambda ( ) : Microsoft.Scripting.Ast.LightLambdaExpression
GetParentClosureTuple ( ) : Expression

Gets the closure tuple from our parent context.

MakeClassBody ( ) : LightExpression>,Microsoft.Scripting.Ast
RewriteBody ( IronPython.Compiler.Ast.PythonAst visitor ) : void

Method Details

ClassDefinition() public méthode

public ClassDefinition ( string name, Expression bases, Statement body ) : System
name string
bases Expression
body Statement
Résultat System

Reduce() public méthode

public Reduce ( ) : Expression
Résultat System.Linq.Expressions.Expression

Walk() public méthode

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
Résultat void