C# Class Algebra.QL.Eval.Expr.AddExpr

Inheritance: BinaryExpr, IEvalExpr
Mostrar archivo Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method Description
AddExpr ( IEvalExpr l, IEvalExpr r ) : System

Protected Methods

Method Description
Evaluate ( ValueContainer expr1Value, ValueContainer expr2Value ) : object

Method Details

AddExpr() public method

public AddExpr ( IEvalExpr l, IEvalExpr r ) : System
l IEvalExpr
r IEvalExpr
return System

Evaluate() protected method

protected Evaluate ( ValueContainer expr1Value, ValueContainer expr2Value ) : object
expr1Value Algebra.QL.Eval.Value.ValueContainer
expr2Value Algebra.QL.Eval.Value.ValueContainer
return object