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

Inheritance: BinaryExpr, IEvalExpr
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql

Méthodes publiques

Méthode Description
GreaterThenExpr ( IEvalExpr l, IEvalExpr r ) : System

Méthodes protégées

Méthode Description
Evaluate ( ValueContainer expr1Value, ValueContainer expr2Value ) : object

Method Details

Evaluate() protected méthode

protected Evaluate ( ValueContainer expr1Value, ValueContainer expr2Value ) : object
expr1Value Algebra.QL.Eval.Value.ValueContainer
expr2Value Algebra.QL.Eval.Value.ValueContainer
Résultat object

GreaterThenExpr() public méthode

public GreaterThenExpr ( IEvalExpr l, IEvalExpr r ) : System
l IEvalExpr
r IEvalExpr
Résultat System