public class NumericalMinusNode extends UnaryOperationNode
- expression
operand, tree
Constructor and Description |
---|
NumericalMinusNode(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(Object obj) |
int |
hashCode() |
String |
toString() |
getOperand, getOperands, getTree
getAssignmentContext, getBlock, getInSource, getTransitiveOperands, getType, isLValue, setAssignmentContext, setBlock, setInSource, setLValue
public <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Node