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

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

공개 메소드들

메소드 설명
ClassDefinition ( LexicalScope definedScope, ConstantVariable name, IronRuby.Compiler.Ast.Expression superClass, Body body, SourceSpan location ) : Microsoft.Scripting

비공개 메소드들

메소드 설명
MakeDefinitionExpression ( AstGenerator gen ) : Expression

메소드 상세

ClassDefinition() 공개 메소드

public ClassDefinition ( LexicalScope definedScope, ConstantVariable name, IronRuby.Compiler.Ast.Expression superClass, Body body, SourceSpan location ) : Microsoft.Scripting
definedScope LexicalScope
name ConstantVariable
superClass IronRuby.Compiler.Ast.Expression
body Body
location SourceSpan
리턴 Microsoft.Scripting