C# Class SimpleParser.Parser.Expressions.Assignment

Inheritance: IExpression
ファイルを表示 Open project: aloker/ExampleParser

Public Methods

Method Description
Assignment ( string variable, IExpression expression )
Evaluate ( Storage storage ) : int

Method Details

Assignment() public method

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

Evaluate() public method

public Evaluate ( Storage storage ) : int
storage Storage
return int