@Beta public interface ImportModuleDeclarationTree extends DeclarationTree
import moduleName() ;
| Modifier and Type | Method and Description |
|---|---|
SyntaxToken |
importToken() |
LiteralTree |
moduleName() |
SyntaxToken |
semicolonToken() |
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentSyntaxToken importToken()
LiteralTree moduleName()
@Nullable SyntaxToken semicolonToken()
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.