C# Class Interpreter.Semantics.DefineExpression

Inheritance: IExpression
Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

Méthode Description
DefineExpression ( string variable, IExpression value ) : Interpreter.Parse

Method Details

DefineExpression() public méthode

public DefineExpression ( string variable, IExpression value ) : Interpreter.Parse
variable string
value IExpression
Résultat Interpreter.Parse