JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
com.sun.source.tree.CaseTree
Packages that use
CaseTree
软件包
描述
com.sun.source.tree
提供将源代码表示为抽象语法树(AST)的接口。
com.sun.source.util
为抽象语法树(AST)上的操作提供实用程序。
Uses of
CaseTree
in
com.sun.source.tree
Methods in
com.sun.source.tree
that return types with arguments of type
CaseTree
变量和类型
方法
描述
List
<? extends
CaseTree
>
SwitchTree.
getCases
()
返回
switch
语句的
switch
。
Methods in
com.sun.source.tree
with parameters of type
CaseTree
变量和类型
方法
描述
R
TreeVisitor.
visitCase
(
CaseTree
node,
P
p)
访问CaseTree节点。
Uses of
CaseTree
in
com.sun.source.util
Methods in
com.sun.source.util
with parameters of type
CaseTree
变量和类型
方法
描述
R
SimpleTreeVisitor.
visitCase
(
CaseTree
node,
P
p)
访问CaseTree节点。
R
TreeScanner.
visitCase
(
CaseTree
node,
P
p)
访问CaseTree节点。