Interface NameSpaceImportTree
-
- All Superinterfaces:
ImportSubClauseTree,Tree
- All Known Implementing Classes:
NameSpaceImportTreeImpl
@Beta public interface NameSpaceImportTree extends ImportSubClauseTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenasToken()IdentifierTreelocalName()SyntaxTokenstarToken()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
starToken
SyntaxToken starToken()
-
asToken
SyntaxToken asToken()
-
localName
IdentifierTree localName()
-
-