OpenJDK 1.23
jdk.compiler
com.sun.source.tree
IdentifierTree
Top
Description
Methods
com.sun.source.tree
public
Interface IdentifierTree
extends
ExpressionTree
Known Direct Implementers
com.
sun.
tools.
javac.
tree.
JCTree.
JCIdent
Imports
javax.
lang.
model.
element.
Name
A tree node for an identifier expression. For example:
name
Authors
Peter von der Ahé, Jonathan Gibbons
Since
1.6
Java Language Specification
6.5.6.1 Simple Expression Names
Method Summary
Modifier and Type
Method and Description
public
Name
Returns:
the name
getName
()
Returns the name of the identifier.
Method Detail
getName
back to summary
public
Name
getName
()
Returns the name of the identifier.
Returns:
Name
the name