@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–2018 SonarSource. All rights reserved.