@Beta public interface ImportClauseTree extends DeclarationTree
| Modifier and Type | Method and Description |
|---|---|
SyntaxToken |
commaToken() |
IdentifierTree |
defaultImport() |
DeclarationTree |
namedImport() |
@Nullable IdentifierTree defaultImport()
@Nullable SyntaxToken commaToken()
@Nullable DeclarationTree namedImport()
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.