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