Package org.sonar.plugins.java.api.tree
Interface PackageDeclarationTree
- All Superinterfaces:
Tree
- All Known Implementing Classes:
JavaTree.PackageDeclarationTreeImpl
Package declaration.
JLS 7.4.1
annotations()
packagepackageName()
;
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
annotations
List<AnnotationTree> annotations()- Since:
- Java 1.5
-
packageKeyword
SyntaxToken packageKeyword() -
packageName
ExpressionTree packageName() -
semicolonToken
SyntaxToken semicolonToken()
-