Interface ImportTree

All Superinterfaces:
ImportClauseTree, Tree
All Known Implementing Classes:
JavaTree.ImportTreeImpl

@Beta public interface ImportTree extends ImportClauseTree
Import declaration. JLS 7.5
   import qualifiedIdentifier() ;
   import static qualifiedIdentifier() ;
 
Since:
Java 1.3