C# 클래스 Boo.Lang.Compiler.Steps.ProcessGenerators

상속: Boo.Lang.Compiler.Steps.AbstractTransformerCompilerStep
파일 보기 프로젝트 열기: boo/boo-lang

공개 프로퍼티들

프로퍼티 타입 설명
List_IEnumerableConstructor System.Reflection.ConstructorInfo

공개 메소드들

메소드 설명
EnterMethod ( Method method ) : bool
LeaveGeneratorExpression ( Boo.Lang.Compiler.Ast.GeneratorExpression node ) : void
LeaveMethod ( Method method ) : void
OnConstructor ( Constructor method ) : void
OnEnumDefinition ( Boo.Lang.Compiler.Ast.EnumDefinition node ) : void
OnField ( Boo.Lang.Compiler.Ast.Field node ) : void
OnInterfaceDefinition ( Boo.Lang.Compiler.Ast.InterfaceDefinition node ) : void
OnListLiteralExpression ( Boo.Lang.Compiler.Ast.ListLiteralExpression node ) : void
Run ( ) : void

메소드 상세

EnterMethod() 공개 메소드

public EnterMethod ( Method method ) : bool
method Boo.Lang.Compiler.Ast.Method
리턴 bool

LeaveGeneratorExpression() 공개 메소드

public LeaveGeneratorExpression ( Boo.Lang.Compiler.Ast.GeneratorExpression node ) : void
node Boo.Lang.Compiler.Ast.GeneratorExpression
리턴 void

LeaveMethod() 공개 메소드

public LeaveMethod ( Method method ) : void
method Boo.Lang.Compiler.Ast.Method
리턴 void

OnConstructor() 공개 메소드

public OnConstructor ( Constructor method ) : void
method Boo.Lang.Compiler.Ast.Constructor
리턴 void

OnEnumDefinition() 공개 메소드

public OnEnumDefinition ( Boo.Lang.Compiler.Ast.EnumDefinition node ) : void
node Boo.Lang.Compiler.Ast.EnumDefinition
리턴 void

OnField() 공개 메소드

public OnField ( Boo.Lang.Compiler.Ast.Field node ) : void
node Boo.Lang.Compiler.Ast.Field
리턴 void

OnInterfaceDefinition() 공개 메소드

public OnInterfaceDefinition ( Boo.Lang.Compiler.Ast.InterfaceDefinition node ) : void
node Boo.Lang.Compiler.Ast.InterfaceDefinition
리턴 void

OnListLiteralExpression() 공개 메소드

public OnListLiteralExpression ( Boo.Lang.Compiler.Ast.ListLiteralExpression node ) : void
node Boo.Lang.Compiler.Ast.ListLiteralExpression
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

List_IEnumerableConstructor 공개적으로 정적으로 프로퍼티

public static System.Reflection.ConstructorInfo List_IEnumerableConstructor
리턴 System.Reflection.ConstructorInfo