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, isResolved
public 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()
Node
null
getChildren
in interface Node
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object