Module jdk.compiler

Interface IdentifierTree

  • 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 Detail

      • getName

        Name getName()
        Returns the name of the identifier.
        Returns:
        the name