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

Inheritance: ITask
Afficher le fichier Open project: boo/boo-lang

Méthodes publiques

Méthode Description
ApplyAttributeTask ( CompilerContext context, Boo attribute, Type type ) : System
CreateAstAttributeInstance ( ) : IAstAttribute
Execute ( ) : void

Private Methods

Méthode Description
GetTargetNode ( ) : Node
SetFieldOrProperty ( IAstAttribute aa, Boo.Lang.Compiler.Ast.ExpressionPair p ) : bool

Method Details

ApplyAttributeTask() public méthode

public ApplyAttributeTask ( CompilerContext context, Boo attribute, Type type ) : System
context Boo.Lang.Compiler.CompilerContext
attribute Boo
type System.Type
Résultat System

CreateAstAttributeInstance() public méthode

public CreateAstAttributeInstance ( ) : IAstAttribute
Résultat IAstAttribute

Execute() public méthode

public Execute ( ) : void
Résultat void