C# Class Interpreter.Semantics.DefineExpression

Inheritance: IExpression
Mostra file Open project: EFanZh/EFanZh

Public Methods

Method Description
DefineExpression ( string variable, IExpression value ) : Interpreter.Parse

Method Details

DefineExpression() public method

public DefineExpression ( string variable, IExpression value ) : Interpreter.Parse
variable string
value IExpression
return Interpreter.Parse