public class IsDistinct extends Condition implements Predicate
| Constructor and Description |
|---|
IsDistinct(Expression left,
Expression right,
boolean negated) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(LanguageObjectVisitor visitor) |
Expression |
getLeftExpression()
Get left expression.
|
Expression |
getRightExpression()
Get right expression.
|
boolean |
isNegated() |
void |
setLeftExpression(Expression expression)
Set left expression of criteria
|
void |
setNegated(boolean negated) |
void |
setRightExpression(Expression expression)
Set right expression of criteria
|
getType, isExpression, setExpressiontoStringpublic IsDistinct(Expression left, Expression right, boolean negated)
public Expression getLeftExpression()
public Expression getRightExpression()
public void setLeftExpression(Expression expression)
public void setRightExpression(Expression expression)
public void acceptVisitor(LanguageObjectVisitor visitor)
acceptVisitor in interface LanguageObjectpublic void setNegated(boolean negated)
public boolean isNegated()
Copyright © 2019. All rights reserved.