FileDocCategorySizeDatePackage
IdentifierTree.javaAPI DocJava SE 6 API728Tue Jun 10 00:23:24 BST 2008com.sun.source.tree

IdentifierTree

public interface IdentifierTree implements ExpressionTree
A tree node for an identifier expression. For example:
name
see
"The Java Language Specification, 3rd ed, section 6.5.6.1"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public javax.lang.model.element.NamegetName()