public class LeftShiftNode extends BinaryOperationNode
expression << expression
left, right, tree| Constructor and Description | 
|---|
LeftShiftNode(com.sun.source.tree.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(java.lang.Object obj)  | 
int | 
hashCode()  | 
java.lang.String | 
toString()  | 
getLeftOperand, getOperands, getRightOperand, getTreegetAssignmentContext, getBlock, getInSource, getTransitiveOperands, getType, isLValue, setAssignmentContext, setBlock, setInSource, setLValuepublic <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Nodepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object