C# Class AjTalk.Tests.ExpressionResult

Afficher le fichier Open project: ajlopez/AjTalk Class Usage Examples

Méthodes publiques

Méthode Description
AddCompiledLine ( string line ) : void
ExpressionResult ( string text ) : System
LoadExpressionResults ( string filename ) : IList
ValidateBlock ( Block block ) : void

Method Details

AddCompiledLine() public méthode

public AddCompiledLine ( string line ) : void
line string
Résultat void

ExpressionResult() public méthode

public ExpressionResult ( string text ) : System
text string
Résultat System

LoadExpressionResults() public static méthode

public static LoadExpressionResults ( string filename ) : IList
filename string
Résultat IList

ValidateBlock() public méthode

public ValidateBlock ( Block block ) : void
block AjTalk.Language.Block
Résultat void