C# Class Calculator.IdentifierExpression

Inheritance: IExpression
Show file Open project: EFanZh/EFanZh

Public Methods

Method Description
Evaluate ( double>.Dictionary identifier_table ) : double
IdentifierExpression ( string identifier ) : System.Collections.Generic
ToString ( ) : string

Method Details

Evaluate() public method

public Evaluate ( double>.Dictionary identifier_table ) : double
identifier_table double>.Dictionary
return double

IdentifierExpression() public method

public IdentifierExpression ( string identifier ) : System.Collections.Generic
identifier string
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string