public class InPredicate extends Expression
| Constructor and Description |
|---|
InPredicate(Expression value,
Expression valueList) |
InPredicate(NodeLocation location,
Expression value,
Expression valueList) |
| 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 |
getValue() |
Expression |
getValueList() |
int |
hashCode() |
toStringgetLocationpublic InPredicate(Expression value, Expression valueList)
public InPredicate(NodeLocation location, Expression value, Expression valueList)
public Expression getValue()
public Expression getValueList()
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.