-
- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Name
getName()
Returns the name of the identifier.
-
-
-
Method Detail
-
getName
Name getName()
Returns the name of the identifier.- Returns:
- the name
-
-