public final class StartsWith extends AbstractBinaryOperatorNode
EMPTY_NODE
Constructor and Description |
---|
StartsWith(AbstractValueNode leftOperand,
AbstractValueNode rightOperand)
Constructs a new StartsWith node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
getLeftOperand, getRightOperand
and, or
public StartsWith(AbstractValueNode leftOperand, AbstractValueNode rightOperand)
leftOperand
- the left operandrightOperand
- the right operandpublic boolean equals(Object o)
equals
in class AbstractBinaryOperatorNode
public int hashCode()
hashCode
in class AbstractBinaryOperatorNode
Copyright © 2004–2022 XWiki. All rights reserved.