C# 클래스 Boo.BooLangService.Document.BooDocumentCompiler

Compiles Boo documents into a format usable by the intellisense provider.
파일 보기 프로젝트 열기: jagregory/boolangstudio 1 사용 예제들

공개 메소드들

메소드 설명
AddReference ( IReference reference ) : void
AddSource ( string fileName, string source ) : void
BooDocumentCompiler ( ) : System.Collections.Generic
Compile ( ) : CompiledProject

Compiles a Boo file into a CompiledDocument.

Reset ( ) : void

비공개 메소드들

메소드 설명
CreateCompiler ( BooDocumentVisitor visitor ) : BooCompiler

메소드 상세

AddReference() 공개 메소드

public AddReference ( IReference reference ) : void
reference IReference
리턴 void

AddSource() 공개 메소드

public AddSource ( string fileName, string source ) : void
fileName string
source string
리턴 void

BooDocumentCompiler() 공개 메소드

public BooDocumentCompiler ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Compile() 공개 메소드

Compiles a Boo file into a CompiledDocument.
public Compile ( ) : CompiledProject
리턴 CompiledProject

Reset() 공개 메소드

public Reset ( ) : void
리턴 void