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

Inheritance: BinaryExpr, IEvalExpr
Show file Open project: software-engineering-amsterdam/poly-ql

Public Methods

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

Protected Methods

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

Method Details

Evaluate() protected method

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

LessThenExpr() public method

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