public class ConditionalNotNode extends UnaryOperationNode
! expression
operand, tree| Constructor and Description | 
|---|
| ConditionalNotNode(UnaryTree tree,
                  Node operand)Create a new ConditionalNotNode. | 
| Modifier and Type | Method and Description | 
|---|---|
| <R,P> R | accept(NodeVisitor<R,P> visitor,
      P p)Accept method of the visitor pattern. | 
| boolean | equals(@Nullable Object obj) | 
| int | hashCode() | 
| String | toString() | 
getOperand, getOperands, getTreegetAssignmentContext, getBlock, getInSource, getTransitiveOperands, getType, isLValue, setAssignmentContext, setBlock, setInSource, setLValuepublic <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Node