Module jdk.compiler

Interface SpecTree

所有超级接口:
BlockTagTree, DocTree

public interface SpecTree extends BlockTagTree
用于@spec块标签的树节点。
    @spec url title
 
自:
20
  • Method Details

    • getURL

      TextTree getURL()
      返回URL。
      返回:
      URL
    • getTitle

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