public abstract class BinaryComparisonPredicate extends ComparisonPredicate
Modifier and Type | Field and Description |
---|---|
protected Expression |
exprLeft |
protected Expression |
exprRight |
Constructor and Description |
---|
BinaryComparisonPredicate() |
Modifier and Type | Method and Description |
---|---|
Expression |
getExprLeft() |
Expression |
getExprRight() |
void |
setExprLeft(Expression exprLeft) |
void |
setExprRight(Expression exprRight) |
toString
protected Expression exprLeft
protected Expression exprRight
public Expression getExprLeft()
public void setExprLeft(Expression exprLeft)
exprLeft
- the exprLeft to setpublic Expression getExprRight()
public void setExprRight(Expression exprRight)
exprRight
- the exprRight to setCopyright © 2018. All rights reserved.