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

Inheritance: Boo.Lang.Compiler.Steps.AbstractTransformerCompilerStep
Afficher le fichier Open project: boo/boo-lang

Méthodes publiques

Свойство Type Description
List_IEnumerableConstructor System.Reflection.ConstructorInfo

Méthodes publiques

Méthode 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 méthode

public EnterMethod ( Method method ) : bool
method Boo.Lang.Compiler.Ast.Method
Résultat bool

LeaveGeneratorExpression() public méthode

public LeaveGeneratorExpression ( Boo.Lang.Compiler.Ast.GeneratorExpression node ) : void
node Boo.Lang.Compiler.Ast.GeneratorExpression
Résultat void

LeaveMethod() public méthode

public LeaveMethod ( Method method ) : void
method Boo.Lang.Compiler.Ast.Method
Résultat void

OnConstructor() public méthode

public OnConstructor ( Constructor method ) : void
method Boo.Lang.Compiler.Ast.Constructor
Résultat void

OnEnumDefinition() public méthode

public OnEnumDefinition ( Boo.Lang.Compiler.Ast.EnumDefinition node ) : void
node Boo.Lang.Compiler.Ast.EnumDefinition
Résultat void

OnField() public méthode

public OnField ( Boo.Lang.Compiler.Ast.Field node ) : void
node Boo.Lang.Compiler.Ast.Field
Résultat void

OnInterfaceDefinition() public méthode

public OnInterfaceDefinition ( Boo.Lang.Compiler.Ast.InterfaceDefinition node ) : void
node Boo.Lang.Compiler.Ast.InterfaceDefinition
Résultat void

OnListLiteralExpression() public méthode

public OnListLiteralExpression ( Boo.Lang.Compiler.Ast.ListLiteralExpression node ) : void
node Boo.Lang.Compiler.Ast.ListLiteralExpression
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

Property Details

List_IEnumerableConstructor public_oe static_oe property

public static System.Reflection.ConstructorInfo List_IEnumerableConstructor
Résultat System.Reflection.ConstructorInfo