- 
- All Superinterfaces:
- ExpressionTree,- Tree
 
 public interface IdentifierTree extends ExpressionTree A tree node for an identifier expression. For example:name - Since:
- 1.6
- See The Java™ Language Specification:
- section 6.5.6.1
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description NamegetName()Returns the name of the identifier.
 
- 
- 
- 
Method Detail- 
getNameName getName() Returns the name of the identifier.- Returns:
- the name
 
 
- 
 
-