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

Inheritance: ITask
Datei anzeigen Open project: boo/boo-lang

Public Methods

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

Private Methods

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

Method Details

ApplyAttributeTask() public method

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

CreateAstAttributeInstance() public method

public CreateAstAttributeInstance ( ) : IAstAttribute
return IAstAttribute

Execute() public method

public Execute ( ) : void
return void