public class NumericalPlusNode extends UnaryOperationNode
+ expression
operand, tree| Constructor and Description | 
|---|
NumericalPlusNode(UnaryTree tree,
                 Node operand)
Constructs a  
NumericalPlusNode. | 
| 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, getTreegetBlock, getInSource, getTransitiveOperands, getType, getUid, isLValue, nodeCollectionToString, setBlock, setInSource, setLValue, toStringDebugpublic NumericalPlusNode(UnaryTree tree, Node operand)
NumericalPlusNode.tree - The tree of the whole operationoperand - The operand of the operationpublic <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Node