C# Класс IronPython.Compiler.Ast.ClassDefinition

Наследование: ScopeStatement
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
BindReference PythonVariable
ExposesLocalVariable bool
FindSelfNames string
GetLambda Microsoft.Scripting.Ast.LightLambdaExpression
GetParentClosureTuple System.Linq.Expressions.Expression
MakeClassBody LightExpression>,Microsoft.Scripting.Ast
RewriteBody void

Открытые методы

Метод Описание
ClassDefinition ( string name, Expression bases, Statement body ) : System
Reduce ( ) : Expression
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Приватные методы

Метод Описание
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

Описание методов

ClassDefinition() публичный Метод

public ClassDefinition ( string name, Expression bases, Statement body ) : System
name string
bases Expression
body Statement
Результат System

Reduce() публичный Метод

public Reduce ( ) : Expression
Результат System.Linq.Expressions.Expression

Walk() публичный Метод

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
Результат void