public class NumericalPlusNode extends UnaryOperationNode
+ expression
operand, tree
Constructor and Description |
---|
NumericalPlusNode(com.sun.source.tree.UnaryTree tree,
Node operand) |
Modifier and Type | Method and Description |
---|---|
<R,P> R |
accept(NodeVisitor<R,P> visitor,
P p)
Accept method of the visitor pattern
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
getOperand, getOperands, getTree
getAssignmentContext, getBlock, getInSource, getTransitiveOperands, getType, isLValue, setAssignmentContext, setBlock, setInSource, setLValue
public NumericalPlusNode(com.sun.source.tree.UnaryTree tree, Node operand)
public <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Node
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object