T - the type of the results of the operandspublic class BinaryPredicateExpression<T> extends AbstractDeferredExpression<java.lang.Boolean> implements java.io.Serializable
| Constructor and Description |
|---|
BinaryPredicateExpression(BinaryPredicate<T> predicate,
Expression<T> left,
Expression<T> right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Node> |
getChildren()
Has to return the children of the node.
|
Expression<T> |
getLeft() |
BinaryPredicate<T> |
getPredicate() |
Expression<T> |
getRight() |
int |
hashCode() |
java.lang.String |
toString() |
get, isResolvedpublic BinaryPredicateExpression(BinaryPredicate<T> predicate, Expression<T> left, Expression<T> right)
public BinaryPredicate<T> getPredicate()
public Expression<T> getLeft()
public Expression<T> getRight()
public java.util.List<Node> getChildren()
NodenullgetChildren in interface Nodepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object