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

상속: ITask
파일 보기 프로젝트 열기: boo/boo-lang

공개 메소드들

메소드 설명
ApplyAttributeTask ( CompilerContext context, Boo attribute, Type type ) : System
CreateAstAttributeInstance ( ) : IAstAttribute
Execute ( ) : void

비공개 메소드들

메소드 설명
GetTargetNode ( ) : Node
SetFieldOrProperty ( IAstAttribute aa, Boo.Lang.Compiler.Ast.ExpressionPair p ) : bool

메소드 상세

ApplyAttributeTask() 공개 메소드

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

CreateAstAttributeInstance() 공개 메소드

public CreateAstAttributeInstance ( ) : IAstAttribute
리턴 IAstAttribute

Execute() 공개 메소드

public Execute ( ) : void
리턴 void