@Beta public interface PackageDeclarationTree extends Tree
annotations()packagepackageName();
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationTree> |
annotations() |
SyntaxToken |
packageKeyword() |
ExpressionTree |
packageName() |
SyntaxToken |
semicolonToken() |
List<AnnotationTree> annotations()
SyntaxToken packageKeyword()
ExpressionTree packageName()
SyntaxToken semicolonToken()
Copyright © 2012–2017 SonarSource. All rights reserved.