Class ConditionalNotNode
java.lang.Object
org.checkerframework.dataflow.cfg.node.Node
org.checkerframework.dataflow.cfg.node.UnaryOperationNode
org.checkerframework.dataflow.cfg.node.ConditionalNotNode
- All Implemented Interfaces:
- org.plumelib.util.UniqueId
A node for a conditional not expression:
 
! expression
- 
Field SummaryFields inherited from class org.checkerframework.dataflow.cfg.node.UnaryOperationNodeoperand, tree
- 
Constructor SummaryConstructorsConstructorDescriptionConditionalNotNode(UnaryTree tree, Node operand) Create a new ConditionalNotNode.
- 
Method SummaryMethods inherited from class org.checkerframework.dataflow.cfg.node.UnaryOperationNodegetOperand, getOperands, getTreeMethods inherited from class org.checkerframework.dataflow.cfg.node.NodegetBlock, getInSource, getTransitiveOperands, getType, getUid, isLValue, nodeCollectionToString, setBlock, setInSource, setLValue, toStringDebugMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.plumelib.util.UniqueIdgetClassAndUid
- 
Constructor Details- 
ConditionalNotNodeCreate a new ConditionalNotNode.- Parameters:
- tree- the logical-complement tree for this node
- operand- the boolean expression being negated
 
 
- 
- 
Method Details- 
acceptDescription copied from class:NodeAccept method of the visitor pattern.
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-