C# Class AjTalk.Compiler.SimpleCompiler

Inheritance: AjTalk.Compiler.ICompiler
Afficher le fichier Open project: ajlopez/AjTalk Class Usage Examples

Méthodes publiques

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

Method Details

CompileBlock() public méthode

public CompileBlock ( string text ) : Block
text string
Résultat AjTalk.Language.Block

CompileClassMethod() public méthode

public CompileClassMethod ( string text, IBehavior cls ) : Method
text string
cls IBehavior
Résultat AjTalk.Language.Method

CompileInstanceMethod() public méthode

public CompileInstanceMethod ( string text, IBehavior cls ) : Method
text string
cls IBehavior
Résultat AjTalk.Language.Method