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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_context CompilerContext

공개 메소드들

메소드 설명
Dispose ( ) : void
GetEntity ( Node node ) : IEntity
Initialize ( CompilerContext context ) : void

보호된 메소드들

메소드 설명
AbstractCompilerComponent ( ) : System

메소드 상세

AbstractCompilerComponent() 보호된 메소드

protected AbstractCompilerComponent ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetEntity() 공개 메소드

public GetEntity ( Node node ) : IEntity
node Node
리턴 IEntity

Initialize() 공개 메소드

public Initialize ( CompilerContext context ) : void
context CompilerContext
리턴 void

프로퍼티 상세

_context 보호되어 있는 프로퍼티

protected CompilerContext,Boo.Lang.Compiler _context
리턴 CompilerContext