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, setLValuepublic java.lang.String getName()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Collection<Node> getOperands()
getOperands in class NodeNodes of this Node.