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