Tree
JavaTree.CompilationUnitTreeImpl
@Beta public interface CompilationUnitTree extends Tree
Modifier and Type | Method | Description |
---|---|---|
SyntaxToken |
eofToken() |
|
List<ImportClauseTree> |
imports() |
|
ModuleDeclarationTree |
moduleDeclaration() |
Experimental feature allowing retrieval of java 9 module declaration from 'module-info.java' files.
|
PackageDeclarationTree |
packageDeclaration() |
|
List<Tree> |
types() |
@Nullable PackageDeclarationTree packageDeclaration()
List<ImportClauseTree> imports()
@Nullable ModuleDeclarationTree moduleDeclaration()
SyntaxToken eofToken()
Copyright © 2012–2018 SonarSource. All rights reserved.