public abstract class UnaryComparisonPredicate extends ComparisonPredicate
Modifier and Type | Field and Description |
---|---|
protected Expression |
expr |
Constructor and Description |
---|
UnaryComparisonPredicate() |
Modifier and Type | Method and Description |
---|---|
Expression |
getExpr() |
void |
setExpr(Expression expr) |
toString
protected Expression expr
public Expression getExpr()
public void setExpr(Expression expr)
expr
- the expr to setCopyright © 2017. All rights reserved.