Property | Type | Description | |
---|---|---|---|
BindReference | |||
ExposesLocalVariable | bool | ||
FindSelfNames | string | ||
GetLambda | Microsoft.Scripting.Ast.LightLambdaExpression | ||
GetParentClosureTuple | |||
MakeClassBody | LightExpression |
||
RewriteBody | void |
Method | Description | |
---|---|---|
ClassDefinition ( string name, Expression bases, Statement body ) : System | ||
Reduce ( ) : |
||
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void |
Method | Description | |
---|---|---|
BindReference ( |
||
ExposesLocalVariable ( |
||
FindSelfNames ( ) : string | ||
GetLambda ( ) : Microsoft.Scripting.Ast.LightLambdaExpression | ||
GetParentClosureTuple ( ) : |
Gets the closure tuple from our parent context.
|
|
MakeClassBody ( ) : LightExpression |
||
RewriteBody ( IronPython.Compiler.Ast.PythonAst visitor ) : void |
public ClassDefinition ( string name, Expression bases, Statement body ) : System | ||
name | string | |
bases | Expression | |
body | Statement | |
return | System |
public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void | ||
walker | IronPython.Compiler.Ast.PythonWalker | |
return | void |