JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
com.sun.source.doctree.DocTree.Kind
Packages that use
DocTree.Kind
软件包
描述
com.sun.source.doctree
提供将文档注释表示为抽象语法树(AST)的接口。
Uses of
DocTree.Kind
in
com.sun.source.doctree
Methods in
com.sun.source.doctree
that return
DocTree.Kind
变量和类型
方法
描述
DocTree.Kind
DocTree.
getKind
()
返回此树的种类。
static
DocTree.Kind
DocTree.Kind.
valueOf
(
String
name)
返回具有指定名称的此类型的枚举常量。
static
DocTree.Kind
[]
DocTree.Kind.
values
()
按照声明的顺序返回一个包含此枚举类型常量的数组。