C# Class SimpleParser.Parser.Expressions.Assignment

Inheritance: IExpression
Afficher le fichier Open project: aloker/ExampleParser

Méthodes publiques

Méthode Description
Assignment ( string variable, IExpression expression )
Evaluate ( Storage storage ) : int

Method Details

Assignment() public méthode

public Assignment ( string variable, IExpression expression )
variable string
expression IExpression

Evaluate() public méthode

public Evaluate ( Storage storage ) : int
storage Storage
Résultat int