Compiler Tree API

com.sun.source.tree
Interface ErroneousTree

All Superinterfaces:
ExpressionTree, Tree

public interface ErroneousTree
extends ExpressionTree

A tree node to stand in for a malformed expression.

Since:
1.6

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree
Tree.Kind
 
Method Summary
 List<? extends Tree> getErrorTrees()
           
 
Methods inherited from interface com.sun.source.tree.Tree
accept, getKind
 

Method Detail

getErrorTrees

List<? extends Tree> getErrorTrees()

Compiler Tree API

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.