com.sun.source.tree
Interface ImportTree
- All Superinterfaces:
- Tree
public interface ImportTree
- extends Tree
A tree node for an import statement.
For example:
import qualifiedIdentifier ;
static import qualifiedIdentifier ;
- Since:
- 1.6
- See Also:
- "The Java Language Specification, 3rd ed, section 7.5"
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree |
Tree.Kind |
isStatic
boolean isStatic()
getQualifiedIdentifier
Tree getQualifiedIdentifier()
- Returns:
- a qualified identifier ending in "*" if and only if
this is an import-on-demand.
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.