モジュール jdk.compiler
パッケージ com.sun.source.doctree

インタフェースUnknownInlineTagTree

  • すべてのスーパー・インタフェース:
    DocTree, InlineTagTree

    public interface UnknownInlineTagTree
    extends InlineTagTree
    認識されないインライン・タグのツリー・ノードです。

    {@name content}

    導入されたバージョン:
    1.8
    • ネストされたクラスのサマリー

      • インタフェース com.sun.source.doctree.DocTreeで宣言されたネストされたクラス/インタフェース

        DocTree.Kind
    • メソッドのサマリー

      修飾子と型 メソッド 説明
      List<? extends DocTree> getContent()
      認識されないインライン・タグの内容を返します。
    • メソッドの詳細

      • getContent

        List<? extends DocTree> getContent()
        認識されないインライン・タグの内容を返します。
        戻り値:
        コンテンツ