public final class InNode extends AbstractOperatorNode
EMPTY_NODE
Constructor and Description |
---|
InNode(AbstractValueNode leftOperand,
Collection<AbstractValueNode> values)
Construct an IN operation node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AbstractNode |
getLeftOperand() |
Collection<AbstractValueNode> |
getValues() |
int |
hashCode() |
String |
toString() |
and, or
public InNode(AbstractValueNode leftOperand, Collection<AbstractValueNode> values)
leftOperand
- the left operandvalues
- a list of valuespublic AbstractNode getLeftOperand()
public Collection<AbstractValueNode> getValues()
Copyright © 2004–2022 XWiki. All rights reserved.