public class ClassNameNode extends Node
parent.class .forName(...)
Modifier and Type | Field and Description |
---|---|
protected Element |
element
The class named by this node
|
protected @Nullable Node |
parent
The parent name, if any.
|
protected Tree |
tree |
Constructor and Description |
---|
ClassNameNode(ClassTree tree) |
ClassNameNode(IdentifierTree tree) |
ClassNameNode(MemberSelectTree tree,
Node parent) |
ClassNameNode(TypeMirror type,
Element element) |
Modifier and Type | Method and Description |
---|---|
<R,P> R |
accept(NodeVisitor<R,P> visitor,
P p)
Accept method of the visitor pattern
|
boolean |
equals(Object obj) |
Element |
getElement() |
Collection<Node> |
getOperands() |
Node |
getParent() |
Tree |
getTree()
Returns the
Tree in the abstract syntax tree, or null if no corresponding
tree exists. |
int |
hashCode() |
String |
toString() |
getAssignmentContext, getBlock, getInSource, getTransitiveOperands, getType, isLValue, setAssignmentContext, setBlock, setInSource, setLValue
protected final Tree tree
protected final Element element
public ClassNameNode(IdentifierTree tree)
public ClassNameNode(ClassTree tree)
public ClassNameNode(MemberSelectTree tree, Node parent)
public ClassNameNode(TypeMirror type, Element element)
public Element getElement()
public Node getParent()
public Tree getTree()
Node
Tree
in the abstract syntax tree, or null
if no corresponding
tree exists. For instance, this is the case for an ImplicitThisLiteralNode
.public <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Node
public Collection<Node> getOperands()
getOperands
in class Node
Node
s of this Node
.