C# Class AjTalk.Tests.ExpressionResult

Mostrar archivo Open project: ajlopez/AjTalk Class Usage Examples

Public Methods

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

Method Details

AddCompiledLine() public method

public AddCompiledLine ( string line ) : void
line string
return void

ExpressionResult() public method

public ExpressionResult ( string text ) : System
text string
return System

LoadExpressionResults() public static method

public static LoadExpressionResults ( string filename ) : IList
filename string
return IList

ValidateBlock() public method

public ValidateBlock ( Block block ) : void
block AjTalk.Language.Block
return void