Uses of Interface
org.sonar.plugins.javascript.api.tree.declaration.ImportClauseTree
-
Packages that use ImportClauseTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.declaration org.sonar.javascript.tree.symbols org.sonar.plugins.javascript.api.tree.declaration Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).org.sonar.plugins.javascript.api.visitors -
-
Uses of ImportClauseTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return ImportClauseTree Modifier and Type Method Description ImportClauseTreeJavaScriptGrammar. IMPORT_CLAUSE()ImportClauseTreeTreeFactory. importClause(ImportSubClauseTree firstSubClause)ImportClauseTreeTreeFactory. importClauseWithTwoParts(IdentifierTree identifierTree, InternalSyntaxToken commaToken, ImportSubClauseTree secondSubClause)Methods in org.sonar.javascript.parser with parameters of type ImportClauseTree Modifier and Type Method Description ImportDeclarationTreeTreeFactory. importDeclaration(InternalSyntaxToken importToken, InternalSyntaxToken typeToken, ImportClauseTree importClause, FromClauseTree fromClause, Tree semicolonToken)ImportDeclarationTreeTreeFactory. importDeclaration(InternalSyntaxToken importToken, ImportClauseTree importClause, FromClauseTree fromClause, Tree semicolonToken) -
Uses of ImportClauseTree in org.sonar.javascript.tree.impl.declaration
Classes in org.sonar.javascript.tree.impl.declaration that implement ImportClauseTree Modifier and Type Class Description classImportClauseTreeImplMethods in org.sonar.javascript.tree.impl.declaration that return ImportClauseTree Modifier and Type Method Description ImportClauseTreeImportDeclarationTreeImpl. importClause()Constructors in org.sonar.javascript.tree.impl.declaration with parameters of type ImportClauseTree Constructor Description ImportDeclarationTreeImpl(InternalSyntaxToken importToken, SyntaxToken flowImportTypeOfTypeOfToken, ImportClauseTree importClause, FromClauseTree fromClause, SyntaxToken semicolonToken) -
Uses of ImportClauseTree in org.sonar.javascript.tree.symbols
Methods in org.sonar.javascript.tree.symbols with parameters of type ImportClauseTree Modifier and Type Method Description voidHoistedSymbolVisitor. visitImportClause(ImportClauseTree tree) -
Uses of ImportClauseTree in org.sonar.plugins.javascript.api.tree.declaration
Methods in org.sonar.plugins.javascript.api.tree.declaration that return ImportClauseTree Modifier and Type Method Description ImportClauseTreeImportDeclarationTree. importClause() -
Uses of ImportClauseTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type ImportClauseTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitImportClause(ImportClauseTree tree)
-