@Beta public interface CompilationUnitTree extends Tree
| Modifier and Type | Method and Description |
|---|---|
List<ImportTree> |
imports() |
List<AnnotationTree> |
packageAnnotations() |
ExpressionTree |
packageName() |
List<Tree> |
types() |
List<AnnotationTree> packageAnnotations()
@Nullable ExpressionTree packageName()
List<ImportTree> imports()
Copyright © 2012–2015 SonarSource. All rights reserved.