Module jdk.compiler

Interface IndexTree

所有超级接口:
DocTree, InlineTagTree

public interface IndexTree extends InlineTagTree
用于@index内联标签的树节点。
    {@index keyword optional description}
 
自 JDK 9 起:
9
  • Method Details

    • getSearchTerm

      DocTree getSearchTerm()
      返回指定的搜索词。
      返回:
      搜索词
    • getDescription

      List<? extends DocTree> getDescription()
      返回描述,如果有的话。
      返回:
      描述