模块  jdk.compiler
软件包  com.sun.source.tree

Interface IdentifierTree

  • All Superinterfaces:
    ExpressionTree

    public interface IdentifierTree
    extends ExpressionTree
    标识符表达式的树节点。 例如:
      name 
    从以下版本开始:
    1.6
    See The Java™ Language Specification:
    第6.5.6.1节
    • 方法详细信息

      • getName

        Name getName()
        返回标识符的名称。
        结果
        the name