Home » openjdk-7 » com.sun.source » tree » [javadoc | source]
com.sun.source.tree
public interface: IdentifierTree [javadoc | source]

All Implemented Interfaces:
    ExpressionTree

All Known Implementing Classes:
    JCIdent

A tree node for an identifier expression. For example:
  name
Method from com.sun.source.tree.IdentifierTree Summary:
getName
Method from com.sun.source.tree.IdentifierTree Detail:
 public Name getName()