C# Class Boo.Lang.Compiler.Steps.ProcessGenerators

Inheritance: Boo.Lang.Compiler.Steps.AbstractTransformerCompilerStep
Datei anzeigen Open project: boo/boo-lang

Public Properties

Property Type Description
List_IEnumerableConstructor System.Reflection.ConstructorInfo

Public Methods

Method Description
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

Method Details

EnterMethod() public method

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

LeaveGeneratorExpression() public method

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

LeaveMethod() public method

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

OnConstructor() public method

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

OnEnumDefinition() public method

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

OnField() public method

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

OnInterfaceDefinition() public method

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

OnListLiteralExpression() public method

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

Run() public method

public Run ( ) : void
return void

Property Details

List_IEnumerableConstructor public_oe static_oe property

public static System.Reflection.ConstructorInfo List_IEnumerableConstructor
return System.Reflection.ConstructorInfo