Package org.sonar.plugins.java.api.tree
Interface ImportClauseTree
- All Superinterfaces:
Tree
- All Known Subinterfaces:
EmptyStatementTree
,ImportTree
- All Known Implementing Classes:
EmptyStatementTreeImpl
,JavaTree.ImportTreeImpl
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
-
Nested Class Summary
-
Method Summary