public class BinaryPredicate extends Predicate
Constructor and Description |
---|
BinaryPredicate(Operator op,
java.lang.Object expr1Source,
java.lang.Object expr2Source) |
Modifier and Type | Method and Description |
---|---|
Expression |
getExpr1() |
java.lang.Object |
getExpr1Source() |
Expression |
getExpr2() |
java.lang.Object |
getExpr2Source() |
Operator |
getOperator() |
void |
validate(IEntityType entityType) |
predicateFromMap, predicatesFromMap
public BinaryPredicate(Operator op, java.lang.Object expr1Source, java.lang.Object expr2Source)
public Operator getOperator()
getOperator
in class Predicate
public java.lang.Object getExpr1Source()
public java.lang.Object getExpr2Source()
public Expression getExpr1()
public Expression getExpr2()
public void validate(IEntityType entityType)