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 @Nullable Tree |
tree
The tree for this node.
|
Constructor and Description |
---|
ClassNameNode(ClassTree tree)
Create a new ClassNameNode.
|
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(@Nullable Object obj) |
Element |
getElement() |
Collection<Node> |
getOperands()
|
@Nullable Node |
getParent()
The parent node of the current node.
|
@Nullable Tree |
getTree()
Returns the
Tree in the abstract syntax tree, or null if no corresponding tree
exists. |
int |
hashCode() |
String |
toString() |
getBlock, getInSource, getTransitiveOperands, getType, getUid, isLValue, nodeCollectionToString, setBlock, setInSource, setLValue, toStringDebug
protected final Element element
public ClassNameNode(IdentifierTree tree)
public ClassNameNode(ClassTree tree)
tree
- the class tree for this nodepublic ClassNameNode(MemberSelectTree tree, Node parent)
public ClassNameNode(TypeMirror type, Element element)
public Element getElement()
public @Nullable Tree getTree()
Node
Tree
in the abstract syntax tree, or null
if no corresponding tree
exists. For instance, this is the case for an ImplicitThisNode
.public <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Node
public Collection<Node> getOperands()
Node
getOperands
in class Node
Node
s of this Node