public final class AndNode extends AbstractBinaryOperatorNode
EMPTY_NODE
Constructor and Description |
---|
AndNode(AbstractOperatorNode leftOperand,
AbstractOperatorNode rightOperand)
Constructs a new AND node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
getLeftOperand, getRightOperand
and, or
public AndNode(AbstractOperatorNode leftOperand, AbstractOperatorNode 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.