C# 클래스 IronPython.Compiler.Ast.ClassDefinition

상속: ScopeStatement
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

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