public final class NotNode extends AbstractUnaryOperatorNode
EMPTY_NODE
Constructor and Description |
---|
NotNode(AbstractOperatorNode operand)
Constructs a new NOT node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
getOperand
and, or
public NotNode(AbstractOperatorNode operand)
operand
- the operand of the node.public boolean equals(Object o)
equals
in class AbstractUnaryOperatorNode
public int hashCode()
hashCode
in class AbstractUnaryOperatorNode
Copyright © 2004–2022 XWiki. All rights reserved.