Interface ImportClauseTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
ImportClauseTreeImpl
@Beta public interface ImportClauseTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokencommaToken()ImportSubClauseTreefirstSubClause()ImportSubClauseTreesecondSubClause()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
firstSubClause
ImportSubClauseTree firstSubClause()
-
commaToken
@Nullable SyntaxToken commaToken()
-
secondSubClause
@Nullable ImportSubClauseTree secondSubClause()
-
-