模块 jdk.compiler

接口 EntityTree

所有父级接口:
DocTree

public interface EntityTree extends DocTree
HTML 实体的树节点。
  &name;
  &#digits;
  &#Xhex-digits;
 
自从:
1.8
  • 内部类总结

    在接口 com.sun.source.doctree.DocTree 中声明的嵌套类/接口

    DocTree.Kind
  • 方法总结

    修饰符和类型
    方法
    描述
    返回实体的名称或值。

    在接口 com.sun.source.doctree.DocTree 中声明的方法

    accept, getKind
  • 方法详情

    • getName

      Name  getName()
      返回实体的名称或值。
      返回:
      实体的名称或值