public class BetweenPredicate extends Expression
| Constructor and Description |
|---|
BetweenPredicate(Expression value,
Expression min,
Expression max) |
BetweenPredicate(NodeLocation location,
Expression value,
Expression min,
Expression max) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object o) |
List<Node> |
getChildren() |
Expression |
getMax() |
Expression |
getMin() |
Expression |
getValue() |
int |
hashCode() |
toStringgetLocationpublic BetweenPredicate(Expression value, Expression min, Expression max)
public BetweenPredicate(NodeLocation location, Expression value, Expression min, Expression max)
public Expression getValue()
public Expression getMin()
public Expression getMax()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
ExpressionAstVisitor, use AstVisitor.process(Node, Object) instead.accept in class Expressionpublic List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.