@Beta public interface CompilationUnitTree extends Tree
Modifier and Type | Method and Description |
---|---|
SyntaxToken |
eofToken() |
List<ImportClauseTree> |
imports() |
PackageDeclarationTree |
packageDeclaration() |
List<Tree> |
types() |
@Nullable PackageDeclarationTree packageDeclaration()
List<ImportClauseTree> imports()
SyntaxToken eofToken()
Copyright © 2012–2017 SonarSource. All rights reserved.