Interface SpecifierTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
SpecifierTreeImpl
public interface SpecifierTree extends Tree
Used both for import and export
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenasToken()SyntaxTokenflowImportTypeOrTypeOfToken()IdentifierTreeleftName()IdentifierTreerightName()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
flowImportTypeOrTypeOfToken
@Nullable SyntaxToken flowImportTypeOrTypeOfToken()
-
leftName
IdentifierTree leftName()
-
asToken
@Nullable SyntaxToken asToken()
-
rightName
@Nullable IdentifierTree rightName()
-
-