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

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

Public Methods

Method Description
GreaterThenExpr ( 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

GreaterThenExpr() public method

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