public abstract class ThisLiteralNode extends Node
this
Constructor and Description |
---|
ThisLiteralNode(javax.lang.model.type.TypeMirror type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName() |
java.util.Collection<Node> |
getOperands() |
int |
hashCode() |
accept, getAssignmentContext, getBlock, getInSource, getTransitiveOperands, getTree, getType, isLValue, setAssignmentContext, setBlock, setInSource, setLValue
public java.lang.String getName()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Collection<Node> getOperands()
getOperands
in class Node
Node
s of this Node
.