public final class ConcatNode extends AbstractValueNode<AbstractNode>
EMPTY_NODE
Constructor and Description |
---|
ConcatNode(AbstractNode leftOperand,
AbstractNode rightOperand)
Constructs a new CONCAT node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AbstractNode |
getLeftOperand() |
AbstractNode |
getRightOperand() |
int |
hashCode() |
String |
toString() |
concat, endsWith, eq, getContent, greaterThan, in, inStrings, inSubQuery, lesserThan, notEq, startsWith
public ConcatNode(AbstractNode leftOperand, AbstractNode rightOperand)
leftOperand
- the left CONCAT operandrightOperand
- the right CONCAT operandpublic boolean equals(Object o)
equals
in class AbstractValueNode<AbstractNode>
public int hashCode()
hashCode
in class AbstractValueNode<AbstractNode>
public AbstractNode getLeftOperand()
public AbstractNode getRightOperand()
Copyright © 2004–2022 XWiki. All rights reserved.