模块 jdk.compiler

接口 SpecTree

所有父级接口:
BlockTagTree , DocTree

public interface SpecTree extends BlockTagTree
@spec 块标记的树节点。
  @spec url title
 
自从:
20
  • 方法详情

    • getURL

      TextTree  getURL()
      返回网址。
      返回:
      网址
    • getTitle

      List <? extends DocTree > getTitle()
      返回标题。
      返回:
      标题