public class In extends BaseInCondition
Constructor and Description |
---|
In(Expression left,
List<Expression> right,
boolean negated) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisitor(LanguageObjectVisitor visitor) |
List<Expression> |
getRightExpressions()
Get List of IExpression in the set on the right side of the criteria.
|
void |
setRightExpressions(List<Expression> expressions) |
getLeftExpression, isNegated, setLeftExpression, setNegated
toString
public In(Expression left, List<Expression> right, boolean negated)
public List<Expression> getRightExpressions()
public void acceptVisitor(LanguageObjectVisitor visitor)
public void setRightExpressions(List<Expression> expressions)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.