public class StringConcatenateNode extends BinaryOperationNode
expression + expression
left, right, tree| Constructor and Description | 
|---|
StringConcatenateNode(BinaryTree tree,
                     Node left,
                     Node right)  | 
| 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()  | 
getLeftOperand, getOperands, getRightOperand, getTreegetAssignmentContext, getBlock, getInSource, getTransitiveOperands, getType, isLValue, setAssignmentContext, setBlock, setInSource, setLValuepublic StringConcatenateNode(BinaryTree tree, Node left, Node right)
public <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Node