public class BitwiseXorNode extends BinaryOperationNode
expression ^ expression
left, right, tree
Constructor and Description |
---|
BitwiseXorNode(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, getTree
getAssignmentContext, getBlock, getInSource, getTransitiveOperands, getType, isLValue, setAssignmentContext, setBlock, setInSource, setLValue
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