Module jdk.compiler

Interface DeprecatedTree

所有超级接口:
BlockTagTree, DocTree

public interface DeprecatedTree extends BlockTagTree
一个@deprecated块标签的树节点。
    @deprecated 废弃文本
 
自1.8版本起:
1.8
  • Nested Class Summary

    Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree

    DocTree.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
    List<? extends DocTree>
    返回解释为何项目已被弃用的描述。

    Methods declared in interface com.sun.source.doctree.BlockTagTree

    getTagName

    Methods declared in interface com.sun.source.doctree.DocTree

    accept, getKind
  • Method Details

    • getBody

      List<? extends DocTree> getBody()
      返回解释为何项目已被弃用的描述。
      返回:
      描述