C# 클래스 AjTalk.Compiler.VmCompiler

상속: ICompiler
파일 보기 프로젝트 열기: ajlopez/AjTalk 1 사용 예제들

공개 메소드들

메소드 설명
CompileBlock ( string text ) : Block
CompileClassMethod ( string text, IBehavior cls ) : Method
CompileInstanceMethod ( string text, IBehavior cls ) : Method

메소드 상세

CompileBlock() 공개 메소드

public CompileBlock ( string text ) : Block
text string
리턴 AjTalk.Language.Block

CompileClassMethod() 공개 메소드

public CompileClassMethod ( string text, IBehavior cls ) : Method
text string
cls IBehavior
리턴 AjTalk.Language.Method

CompileInstanceMethod() 공개 메소드

public CompileInstanceMethod ( string text, IBehavior cls ) : Method
text string
cls IBehavior
리턴 AjTalk.Language.Method