C# Class AjTalk.Compiler.VmCompiler

Inheritance: ICompiler
Show file Open project: ajlopez/AjTalk Class Usage Examples

Public Methods

Method Description
CompileBlock ( string text ) : Block
CompileClassMethod ( string text, IBehavior cls ) : Method
CompileInstanceMethod ( string text, IBehavior cls ) : Method

Method Details

CompileBlock() public method

public CompileBlock ( string text ) : Block
text string
return AjTalk.Language.Block

CompileClassMethod() public method

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

CompileInstanceMethod() public method

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