Module  jdk.compiler
软件包  com.sun.source.tree

Interface ErroneousTree

  • All Superinterfaces:
    ExpressionTree


    public interface ErroneousTree
    extends ExpressionTree
    一个树形节点,用于支撑格式不正确的表达式。
    从以下版本开始:
    1.6
    • 方法详细信息

      • getErrorTrees

        List<? extends > getErrorTrees​()
        返回保存在此节点中的任何树。
        结果