您的浏览器禁用了 JavaScript。
跳过导航链接
Java SE 20 & JDK 20
概述
模块
包
类
使用
树
预览
新的
已弃用
索引
帮助
概括:
嵌套
Field
常量
Method
细节:
Field
常量
Method
概括:
嵌套
|
字段 |
常量 |
方法
细节:
字段 |
常量 |
方法
SEARCH
模块
jdk.compiler
包
com.sun.source.tree
接口 ErroneousTree
所有父级接口:
ExpressionTree
,
Tree
public interface
ErroneousTree
extends
ExpressionTree
代表格式错误的表达式的树节点。
自从:
1.6
内部类总结
在接口 com.sun.source.tree.
Tree
中声明的嵌套类/接口
Tree.Kind
方法总结
所有方法
实例方法
抽象方法
修饰符和类型
方法
描述
List
<? extends
Tree
>
getErrorTrees
()
返回保存在此节点中的所有树。
在接口 com.sun.source.tree.
Tree
中声明的方法
accept
,
getKind
方法详情
getErrorTrees
List
<? extends
Tree
>
getErrorTrees
()
返回保存在此节点中的所有树。
返回:
树