C# 클래스 Boo.Lang.Compiler.AbstractAstAttribute

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

보호된 프로퍼티들

프로퍼티 타입 설명
_attribute Boo.Lang.Compiler.Ast.Attribute

공개 메소드들

메소드 설명
Apply ( Boo targetNode ) : void

보호된 메소드들

메소드 설명
InvalidNodeForAttribute ( string expectedNodeTypes ) : void

메소드 상세

Apply() 공개 추상적인 메소드

public abstract Apply ( Boo targetNode ) : void
targetNode Boo
리턴 void

InvalidNodeForAttribute() 보호된 메소드

protected InvalidNodeForAttribute ( string expectedNodeTypes ) : void
expectedNodeTypes string
리턴 void

프로퍼티 상세

_attribute 보호되어 있는 프로퍼티

protected Boo.Lang.Compiler.Ast.Attribute _attribute
리턴 Boo.Lang.Compiler.Ast.Attribute