public abstract class AbstractUnaryOperatorNode extends AbstractOperatorNode
EMPTY_NODE
Constructor and Description |
---|
AbstractUnaryOperatorNode(AbstractNode operand)
Constructs a new
AbstractUnaryOperatorNode . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AbstractNode |
getOperand() |
int |
hashCode() |
and, or
public AbstractUnaryOperatorNode(AbstractNode operand)
AbstractUnaryOperatorNode
.operand
- the node operandCopyright © 2004–2022 XWiki. All rights reserved.