Interface ImportModuleDeclarationTree
-
- All Superinterfaces:
DeclarationTree,Tree
- All Known Implementing Classes:
ImportModuleDeclarationTreeImpl
@Beta public interface ImportModuleDeclarationTree extends DeclarationTree
Import Module.importmoduleName();
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenimportToken()LiteralTreemoduleName()SyntaxTokensemicolonToken()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
importToken
SyntaxToken importToken()
-
moduleName
LiteralTree moduleName()
-
semicolonToken
@Nullable SyntaxToken semicolonToken()
-
-