Interface ImportClauseTree

All Superinterfaces:
Tree
All Known Subinterfaces:
EmptyStatementTree, ImportTree
All Known Implementing Classes:
EmptyStatementTreeImpl, JavaTree.ImportTreeImpl

@Beta public interface ImportClauseTree extends Tree
Common interface for all import clauses.

WARNING: This interface covers the fact that javac accepts import statements as well as empty statements in the import zone.

Since:
Java 3.3