Class BitwiseComplementNode
java.lang.Object
org.checkerframework.dataflow.cfg.node.Node
org.checkerframework.dataflow.cfg.node.UnaryOperationNode
org.checkerframework.dataflow.cfg.node.BitwiseComplementNode
- All Implemented Interfaces:
org.plumelib.util.UniqueId
A node for the bitwise complement operation:
~ expression
-
Field Summary
Fields inherited from class org.checkerframework.dataflow.cfg.node.UnaryOperationNode
operand, tree
-
Constructor Summary
ConstructorDescriptionBitwiseComplementNode
(UnaryTree tree, Node operand) Constructs aBitwiseComplementNode
. -
Method Summary
Methods inherited from class org.checkerframework.dataflow.cfg.node.UnaryOperationNode
getOperand, getOperands, getTree
Methods inherited from class org.checkerframework.dataflow.cfg.node.Node
getBlock, getInSource, getTransitiveOperands, getType, getUid, isLValue, nodeCollectionToString, setBlock, setInSource, setLValue, toStringDebug
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.plumelib.util.UniqueId
getClassAndUid
-
Constructor Details
-
BitwiseComplementNode
Constructs aBitwiseComplementNode
.- Parameters:
tree
- the tree of the bitwise complementoperand
- the operand of the bitwise complement
-
-
Method Details
-
accept
Description copied from class:Node
Accept method of the visitor pattern. -
toString
-
equals
-
hashCode
public int hashCode()
-