Module jdk.compiler

Interface CommentTree

所有超级接口:
DocTree

public interface CommentTree extends DocTree
嵌入的HTML注释。
    <!-- 文本 -->
 
自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
    返回注释的文本。

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

    accept, getKind
  • Method Details

    • getBody

      String getBody()
      返回注释的文本。
      返回:
      注释文本