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()  | 
getAssignmentContext, getBlock, getInSource, getTransitiveOperands, getType, getUid, isLValue, nodeCollectionToString, setAssignmentContext, setBlock, setInSource, setLValue, toStringDebugprotected 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()
NodeTree 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)
Nodepublic Collection<Node> getOperands()
NodegetOperands in class NodeNodes of this Node